Move DEBOUNCE_TYPE to data driven (#21489)
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"pid": "0x1307",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pr"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [13, 2]
|
||||
},
|
||||
|
||||
@@ -7,6 +7,5 @@ CONSOLE_ENABLE = yes
|
||||
COMMAND_ENABLE = yes
|
||||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
||||
|
||||
DEBOUNCE_TYPE = sym_eager_pr
|
||||
SRC += matrix.c
|
||||
QUANTUM_LIB_SRC += i2c_master.c
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x0002",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"build": {
|
||||
"debounce_type": "sym_eager_pr"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"community_layouts": ["split_3x5_3"],
|
||||
|
||||
@@ -12,6 +12,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
DEBOUNCE_TYPE = sym_eager_pr
|
||||
SRC += matrix.c
|
||||
QUANTUM_LIB_SRC += i2c_master.c
|
||||
|
||||
Reference in New Issue
Block a user