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

@ -8,6 +8,9 @@
"pid": "0x1307",
"device_version": "0.0.1"
},
"build": {
"debounce_type": "sym_eager_pr"
},
"bootmagic": {
"matrix": [13, 2]
},

View file

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