Migrate some dip switch config to info.json (#22437)
This commit is contained in:
parent
3a5e4253fc
commit
a0a6820c1b
42 changed files with 72 additions and 90 deletions
|
@ -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 */
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"rows": ["B12", "B10", "B13", "B1", "B14"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"dip_switch": {
|
||||
"pins": ["A0"]
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "C13",
|
||||
"on_state": 0
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
/* Define custom font */
|
||||
#define OLED_FONT_H "keyboards/mechwild/puckbuddy/glcdfont.c"
|
||||
|
||||
/* allows the "key" button on the blackpill to toggle caps lock for user testing before soldering */
|
||||
#define DIP_SWITCH_PINS { A0 }
|
||||
|
||||
/* set the tapping term for glidepoint pad to register a tap click */
|
||||
//#define CIRQUE_PINNACLE_TAPPING_TERM 0 // This is set to 0 to disable it
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
"rows": ["B12", "B13", "B14", "B15"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"dip_switch": {
|
||||
"pins": ["A0"]
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "B1", "pin_b": "B0"},
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
/* Define custom font */
|
||||
#define OLED_FONT_H "keyboards/mechwild/sugarglider/glcdfont.c"
|
||||
|
||||
/* allows the "key" button on the blackpill to toggle caps lock for user testing before soldering */
|
||||
#define DIP_SWITCH_PINS { A0 }
|
||||
|
||||
#define CIRQUE_PINNACLE_TAP_ENABLE
|
||||
#define POINTING_DEVICE_GESTURES_SCROLL_ENABLE
|
||||
|
||||
|
|
|
@ -54,6 +54,9 @@
|
|||
"build": {
|
||||
"debounce_type": "sym_eager_pk"
|
||||
},
|
||||
"dip_switch": {
|
||||
"pins": ["A0"]
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "B0", "pin_b": "A2", "resolution": 4},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue