diff options
Diffstat (limited to 'keyboards/kyria/keymaps/gotham/keymap.c')
-rw-r--r-- | keyboards/kyria/keymaps/gotham/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/kyria/keymaps/gotham/keymap.c b/keyboards/kyria/keymaps/gotham/keymap.c index 572ea067e..a725e61fe 100644 --- a/keyboards/kyria/keymaps/gotham/keymap.c +++ b/keyboards/kyria/keymaps/gotham/keymap.c | |||
@@ -110,7 +110,7 @@ void oled_task_user(void) { render_status(); } | |||
110 | #endif | 110 | #endif |
111 | 111 | ||
112 | #ifdef ENCODER_ENABLE | 112 | #ifdef ENCODER_ENABLE |
113 | void encoder_update_user(uint8_t index, bool clockwise) { | 113 | bool encoder_update_user(uint8_t index, bool clockwise) { |
114 | if (index == 0) { | 114 | if (index == 0) { |
115 | encoder_action(get_encoder_mode(true), clockwise); | 115 | encoder_action(get_encoder_mode(true), clockwise); |
116 | # ifdef OLED_DRIVER_ENABLE | 116 | # ifdef OLED_DRIVER_ENABLE |
@@ -122,5 +122,6 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
122 | oled_on(); | 122 | oled_on(); |
123 | # endif | 123 | # endif |
124 | } | 124 | } |
125 | return true; | ||
125 | } | 126 | } |
126 | #endif | 127 | #endif |