Move DEBOUNCE_TYPE to data driven (#21489)

This commit is contained in:
Ryan 2023-07-09 21:06:03 +10:00 committed by GitHub
parent de5f6539f8
commit de1d36031b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 98 additions and 63 deletions

View file

@ -9,6 +9,9 @@
"led_count": 57,
"split_count": [26, 31]
},
"build": {
"debounce_type": "asym_eager_defer_pk"
},
"ws2812": {
"pin": "A1",
"driver": "pwm"

View file

@ -5,5 +5,3 @@ MOUSE_SHARED_EP = yes
EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
AUDIO_DRIVER = pwm_hardware
DEBOUNCE_TYPE = asym_eager_defer_pk

View file

@ -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"]

View file

@ -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