Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user