aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/gitdrik/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/gitdrik/keymap.c')
-rw-r--r--keyboards/planck/keymaps/gitdrik/keymap.c3
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
173void dip_switch_update_user(uint8_t index, bool active) { 173bool 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
204void matrix_scan_user(void) { 205void matrix_scan_user(void) {