diff options
| author | Joel Challis | 2023-11-22 22:33:59 +0100 |
|---|---|---|
| committer | GitHub | 2023-11-22 22:33:59 +0100 |
| commit | a0a6820c1b46d04bc146e0723fd47265e6afe67f (patch) | |
| tree | 85f835c57123479db51f7015cc539d22b24b3d54 /keyboards/mechwild/bbs/config.h | |
| parent | 3a5e4253fcfe840170df5ae1ce623ab72c942d70 (diff) | |
Migrate some dip switch config to info.json (#22437)
Diffstat (limited to 'keyboards/mechwild/bbs/config.h')
| -rw-r--r-- | keyboards/mechwild/bbs/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/mechwild/bbs/config.h b/keyboards/mechwild/bbs/config.h index d19f39dd13..b626e5590d 100644 --- a/keyboards/mechwild/bbs/config.h +++ b/keyboards/mechwild/bbs/config.h @@ -3,10 +3,6 @@ #pragma once - -/* allows the "key" button on the blackpill to toggle caps lock for user testing before soldering */ -#define DIP_SWITCH_PINS { A0 } - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |