diff options
Diffstat (limited to 'keyboards/planck/keymaps/gitdrik/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/gitdrik/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/gitdrik/keymap.c b/keyboards/planck/keymaps/gitdrik/keymap.c index 9cc5f7517..e3e03929a 100644 --- a/keyboards/planck/keymaps/gitdrik/keymap.c +++ b/keyboards/planck/keymaps/gitdrik/keymap.c | |||
@@ -170,7 +170,7 @@ bool encoder_update(bool clockwise) { | |||
170 | return true; | 170 | return true; |
171 | } | 171 | } |
172 | 172 | ||
173 | void dip_switch_update_user(uint8_t index, bool active) { | 173 | bool dip_switch_update_user(uint8_t index, bool active) { |
174 | switch (index) { | 174 | switch (index) { |
175 | case 0: { | 175 | case 0: { |
176 | #ifdef AUDIO_ENABLE | 176 | #ifdef AUDIO_ENABLE |
@@ -199,6 +199,7 @@ void dip_switch_update_user(uint8_t index, bool active) { | |||
199 | muse_mode = false; | 199 | muse_mode = false; |
200 | } | 200 | } |
201 | } | 201 | } |
202 | return true; | ||
202 | } | 203 | } |
203 | 204 | ||
204 | void matrix_scan_user(void) { | 205 | void matrix_scan_user(void) { |