summaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild/bbs/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mechwild/bbs/bbs.c')
-rw-r--r--keyboards/mechwild/bbs/bbs.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/mechwild/bbs/bbs.c b/keyboards/mechwild/bbs/bbs.c
deleted file mode 100644
index 02c5f43dd9..0000000000
--- a/keyboards/mechwild/bbs/bbs.c
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2022 Kyle McCreery (@kylemccreery)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include "bbs.h"
-
-#ifdef DIP_SWITCH_ENABLE
-bool dip_switch_update_kb(uint8_t index, bool active) {
- if (!dip_switch_update_user(index, active)) { return false; }
- switch (index) {
- case 0:
- if(active) { tap_code(KC_CAPS_LOCK); }
- break;
- break;
- }
- return true;
-}
-#endif
-
-void eeconfig_init_kb() {
- steno_set_mode(STENO_MODE_GEMINI); // or STENO_MODE_BOLT
- eeconfig_init_user();
-} \ No newline at end of file