diff options
Diffstat (limited to 'keyboards/planck/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/planck/keymaps/default/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/default/keymap.c b/keyboards/planck/keymaps/default/keymap.c index f0ba47b2a..47394378c 100644 --- a/keyboards/planck/keymaps/default/keymap.c +++ b/keyboards/planck/keymaps/default/keymap.c | |||
| @@ -209,12 +209,12 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 209 | backlight_step(); | 209 | backlight_step(); |
| 210 | #endif | 210 | #endif |
| 211 | #ifdef KEYBOARD_planck_rev5 | 211 | #ifdef KEYBOARD_planck_rev5 |
| 212 | PORTE &= ~(1<<6); | 212 | writePinLow(E6); |
| 213 | #endif | 213 | #endif |
| 214 | } else { | 214 | } else { |
| 215 | unregister_code(KC_RSFT); | 215 | unregister_code(KC_RSFT); |
| 216 | #ifdef KEYBOARD_planck_rev5 | 216 | #ifdef KEYBOARD_planck_rev5 |
| 217 | PORTE |= (1<<6); | 217 | writePinHigh(E6); |
| 218 | #endif | 218 | #endif |
| 219 | } | 219 | } |
| 220 | return false; | 220 | return false; |
