diff options
Diffstat (limited to 'keyboards/keebio/bdn9/keymaps/vosechu-ksp/keymap.c')
-rw-r--r-- | keyboards/keebio/bdn9/keymaps/vosechu-ksp/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keebio/bdn9/keymaps/vosechu-ksp/keymap.c b/keyboards/keebio/bdn9/keymaps/vosechu-ksp/keymap.c index 7687ea2bf..d1792d2b2 100644 --- a/keyboards/keebio/bdn9/keymaps/vosechu-ksp/keymap.c +++ b/keyboards/keebio/bdn9/keymaps/vosechu-ksp/keymap.c | |||
@@ -106,7 +106,7 @@ void keyboard_post_init_user(void) { | |||
106 | // return true; | 106 | // return true; |
107 | // } | 107 | // } |
108 | 108 | ||
109 | void encoder_update_user(uint8_t index, bool clockwise) { | 109 | bool encoder_update_user(uint8_t index, bool clockwise) { |
110 | if(base_mode == true) { | 110 | if(base_mode == true) { |
111 | if (index == 0) { | 111 | if (index == 0) { |
112 | if (clockwise) { | 112 | if (clockwise) { |
@@ -169,4 +169,5 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
169 | } | 169 | } |
170 | } | 170 | } |
171 | } | 171 | } |
172 | return true; | ||
172 | } | 173 | } |