Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
|
||||
#define MATRIX_MASKED
|
||||
|
||||
#define BOOTMAGIC_LITE_ROW 0
|
||||
#define BOOTMAGIC_LITE_COLUMN 1
|
||||
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED_MASK 0U
|
||||
|
@@ -23,6 +23,9 @@
|
||||
"pid": "0x0001",
|
||||
"vid": "0x8686"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 1]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_63_ansi": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user