diff options
Diffstat (limited to 'keyboards/planck/keymaps/hvp/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/hvp/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/hvp/keymap.c b/keyboards/planck/keymaps/hvp/keymap.c index 1af3771ae..c8325b646 100644 --- a/keyboards/planck/keymaps/hvp/keymap.c +++ b/keyboards/planck/keymaps/hvp/keymap.c | |||
@@ -122,7 +122,7 @@ bool encoder_update(bool clockwise) { | |||
122 | return true; | 122 | return true; |
123 | } | 123 | } |
124 | 124 | ||
125 | void dip_switch_update_user(uint8_t index, bool active) { | 125 | bool dip_switch_update_user(uint8_t index, bool active) { |
126 | switch (index) { | 126 | switch (index) { |
127 | case 0: { | 127 | case 0: { |
128 | #ifdef AUDIO_ENABLE | 128 | #ifdef AUDIO_ENABLE |
@@ -151,6 +151,7 @@ void dip_switch_update_user(uint8_t index, bool active) { | |||
151 | muse_mode = false; | 151 | muse_mode = false; |
152 | } | 152 | } |
153 | } | 153 | } |
154 | return true; | ||
154 | } | 155 | } |
155 | 156 | ||
156 | void matrix_scan_user(void) { | 157 | void matrix_scan_user(void) { |