diff options
Diffstat (limited to 'keyboards/palette1202/keymaps/key-check/keymap.c')
-rw-r--r-- | keyboards/palette1202/keymaps/key-check/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/palette1202/keymaps/key-check/keymap.c b/keyboards/palette1202/keymaps/key-check/keymap.c index c3496f78c..207cf1c2b 100644 --- a/keyboards/palette1202/keymaps/key-check/keymap.c +++ b/keyboards/palette1202/keymaps/key-check/keymap.c | |||
@@ -123,7 +123,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
123 | return true; | 123 | return true; |
124 | } | 124 | } |
125 | 125 | ||
126 | void encoder_update_user(uint8_t index, bool clockwise) { | 126 | bool encoder_update_user(uint8_t index, bool clockwise) { |
127 | if (index == 0) { /* the upper encoder */ | 127 | if (index == 0) { /* the upper encoder */ |
128 | if (clockwise) { | 128 | if (clockwise) { |
129 | SEND_STRING("ENCODER-UPPER:CW"); | 129 | SEND_STRING("ENCODER-UPPER:CW"); |
@@ -137,6 +137,7 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
137 | SEND_STRING("ENCODER-LOWER:CCW"); | 137 | SEND_STRING("ENCODER-LOWER:CCW"); |
138 | } | 138 | } |
139 | } | 139 | } |
140 | return true; | ||
140 | } | 141 | } |
141 | 142 | ||
142 | // OLED Display | 143 | // OLED Display |