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