Move Bootmagic config to data driven (#19860)
This commit is contained in:
parent
7fad94ba2d
commit
d784f78bd0
281 changed files with 458 additions and 700 deletions
|
@ -20,7 +20,3 @@
|
|||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* ROW and COL for ESC key */
|
||||
#define BOOTMAGIC_LITE_ROW 8
|
||||
#define BOOTMAGIC_LITE_COLUMN 0
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x3630",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [8, 0]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"community_layouts": ["60_ansi", "60_ansi_split_bs_rshift", "60_iso", "60_iso_split_bs_rshift"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue