aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/rjhilgefort/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/rjhilgefort/keymap.c')
-rw-r--r--keyboards/planck/keymaps/rjhilgefort/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/rjhilgefort/keymap.c b/keyboards/planck/keymaps/rjhilgefort/keymap.c
index d832e7051..9eb178823 100644
--- a/keyboards/planck/keymaps/rjhilgefort/keymap.c
+++ b/keyboards/planck/keymaps/rjhilgefort/keymap.c
@@ -187,7 +187,7 @@ bool encoder_update(bool clockwise) {
187 return true; 187 return true;
188} 188}
189 189
190void dip_switch_update_user(uint8_t index, bool active) { 190bool dip_switch_update_user(uint8_t index, bool active) {
191 switch (index) { 191 switch (index) {
192 case 0: { 192 case 0: {
193#ifdef AUDIO_ENABLE 193#ifdef AUDIO_ENABLE
@@ -216,6 +216,7 @@ void dip_switch_update_user(uint8_t index, bool active) {
216 muse_mode = false; 216 muse_mode = false;
217 } 217 }
218 } 218 }
219 return true;
219} 220}
220 221
221void matrix_scan_user(void) { 222void matrix_scan_user(void) {