diff options
Diffstat (limited to 'keyboards/helix/rev3_4rows/rev3_4rows.c')
| -rw-r--r-- | keyboards/helix/rev3_4rows/rev3_4rows.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/helix/rev3_4rows/rev3_4rows.c b/keyboards/helix/rev3_4rows/rev3_4rows.c index c034c8338..4477b3922 100644 --- a/keyboards/helix/rev3_4rows/rev3_4rows.c +++ b/keyboards/helix/rev3_4rows/rev3_4rows.c | |||
| @@ -30,6 +30,7 @@ void set_mac_mode(bool macmode) { | |||
| 30 | eeconfig_update_keymap(keymap_config.raw); | 30 | eeconfig_update_keymap(keymap_config.raw); |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | #ifdef DIP_SWITCH_ENABLE | ||
| 33 | void dip_switch_update_kb(uint8_t index, bool active) { | 34 | void dip_switch_update_kb(uint8_t index, bool active) { |
| 34 | switch (index) { | 35 | switch (index) { |
| 35 | case 0: | 36 | case 0: |
| @@ -44,3 +45,4 @@ void dip_switch_update_kb(uint8_t index, bool active) { | |||
| 44 | break; | 45 | break; |
| 45 | } | 46 | } |
| 46 | } | 47 | } |
| 48 | #endif | ||
