Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -35,10 +35,6 @@
|
||||
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
|
||||
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, F7, F6, F5, F4, F1, F0, E6 }
|
||||
|
||||
/* Setting the matrix value of top left key for bootmagic lite */
|
||||
#define BOOTMAGIC_LITE_ROW 0
|
||||
#define BOOTMAGIC_LITE_COLUMN 15
|
||||
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
#define BACKLIGHT_PIN B6
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x0008",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 15]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user