summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev3_5rows/rev3_5rows.c
diff options
context:
space:
mode:
authorMakotoKurauchi <pluis@me.com>2021-07-31 18:51:32 +0900
committerGitHub <noreply@github.com>2021-07-31 18:51:32 +0900
commitfb6c66a14b3b7eb51381b938aa96dd56718d0e17 (patch)
treeb485a689a13f0e3da47cae156223bde4da5f5e8b /keyboards/helix/rev3_5rows/rev3_5rows.c
parentec2f6026b906b0d2aa19d2bf55f4aefa74f5149e (diff)
change DIP_SWITCH_ENABLE to off (#13815)
Diffstat (limited to 'keyboards/helix/rev3_5rows/rev3_5rows.c')
-rw-r--r--keyboards/helix/rev3_5rows/rev3_5rows.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/helix/rev3_5rows/rev3_5rows.c b/keyboards/helix/rev3_5rows/rev3_5rows.c
index c034c83381..4477b39226 100644
--- a/keyboards/helix/rev3_5rows/rev3_5rows.c
+++ b/keyboards/helix/rev3_5rows/rev3_5rows.c
@@ -30,6 +30,7 @@ void set_mac_mode(bool macmode) {
eeconfig_update_keymap(keymap_config.raw);
}
+#ifdef DIP_SWITCH_ENABLE
void dip_switch_update_kb(uint8_t index, bool active) {
switch (index) {
case 0:
@@ -44,3 +45,4 @@ void dip_switch_update_kb(uint8_t index, bool active) {
break;
}
}
+#endif