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
|
@ -17,9 +17,6 @@
|
|||
|
||||
#define FORCE_NKRO
|
||||
|
||||
#define BOOTMAGIC_LITE_ROW 1
|
||||
#define BOOTMAGIC_LITE_COLUMN 1
|
||||
|
||||
#define JOYSTICK_BUTTON_COUNT 13
|
||||
#define JOYSTICK_AXIS_COUNT 1
|
||||
#define JOYSTICK_AXIS_RESOLUTION 16
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
"pid": "0x3031",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [1, 1]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue