forked from mirrors/qmk_userspace
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
|
|
@ -3,14 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
*/
|
||||
|
||||
#define BOOTMAGIC_LITE_ROW 4
|
||||
#define BOOTMAGIC_LITE_COLUMN 13
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 8
|
||||
#define MATRIX_COLS 18
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@
|
|||
"pid": "0x0000",
|
||||
"vid": "0xFEED"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [4, 13]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_iso": {
|
||||
"layout": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue