Move DEBOUNCE_TYPE to data driven (#21489)
This commit is contained in:
parent
de5f6539f8
commit
de1d36031b
66 changed files with 98 additions and 63 deletions
|
|
@ -9,6 +9,9 @@
|
|||
"led_count": 57,
|
||||
"split_count": [26, 31]
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "asym_eager_defer_pk"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A1",
|
||||
"driver": "pwm"
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ MOUSE_SHARED_EP = yes
|
|||
EEPROM_DRIVER = spi
|
||||
SERIAL_DRIVER = usart
|
||||
AUDIO_DRIVER = pwm_hardware
|
||||
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@
|
|||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pk"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
|
||||
"rows": ["B5", "B4", "E6", "D7", "D4"]
|
||||
|
|
|
|||
|
|
@ -13,6 +13,5 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|||
SPLIT_KEYBOARD = yes # Use shared split_common code
|
||||
|
||||
SRC += matrix.c
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
|
||||
DEFAULT_FOLDER = handwired/xealous/rev1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue