diff options
Diffstat (limited to 'keyboards/minimacro5/keymaps/voaraq/keymap.c')
-rw-r--r-- | keyboards/minimacro5/keymaps/voaraq/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/minimacro5/keymaps/voaraq/keymap.c b/keyboards/minimacro5/keymaps/voaraq/keymap.c index e0dca9777..9af37167d 100644 --- a/keyboards/minimacro5/keymaps/voaraq/keymap.c +++ b/keyboards/minimacro5/keymaps/voaraq/keymap.c | |||
@@ -20,7 +20,7 @@ enum layers { | |||
20 | _MAIN, | 20 | _MAIN, |
21 | }; | 21 | }; |
22 | 22 | ||
23 | void encoder_update_user(uint8_t index, bool clockwise) { | 23 | bool encoder_update_user(uint8_t index, bool clockwise) { |
24 | if (index == 0) { /* First encoder*/ | 24 | if (index == 0) { /* First encoder*/ |
25 | if (clockwise) { | 25 | if (clockwise) { |
26 | tap_code(KC_1); | 26 | tap_code(KC_1); |
@@ -52,6 +52,7 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
52 | tap_code(KC_VOLD); | 52 | tap_code(KC_VOLD); |
53 | } | 53 | } |
54 | } | 54 | } |
55 | return true; | ||
55 | } | 56 | } |
56 | 57 | ||
57 | // | 58 | // |