aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/atreus/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/atreus/keymap.c')
-rw-r--r--keyboards/planck/keymaps/atreus/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/atreus/keymap.c b/keyboards/planck/keymaps/atreus/keymap.c
index c9a721a1f..ce3d254d4 100644
--- a/keyboards/planck/keymaps/atreus/keymap.c
+++ b/keyboards/planck/keymaps/atreus/keymap.c
@@ -177,7 +177,7 @@ bool encoder_update(bool clockwise) {
177 return true; 177 return true;
178} 178}
179 179
180void dip_switch_update_user(uint8_t index, bool active) { 180bool dip_switch_update_user(uint8_t index, bool active) {
181 switch (index) { 181 switch (index) {
182 case 0: { 182 case 0: {
183#ifdef AUDIO_ENABLE 183#ifdef AUDIO_ENABLE
@@ -206,6 +206,7 @@ void dip_switch_update_user(uint8_t index, bool active) {
206 muse_mode = false; 206 muse_mode = false;
207 } 207 }
208 } 208 }
209 return true;
209} 210}
210 211
211void matrix_scan_user(void) { 212void matrix_scan_user(void) {