Move Bootmagic config to data driven (#19860)

This commit is contained in:
Ryan
2023-02-17 08:49:49 +11:00
committed by GitHub
parent 7fad94ba2d
commit d784f78bd0
281 changed files with 458 additions and 700 deletions

View File

@@ -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

View File

@@ -8,6 +8,9 @@
"pid": "0x0008",
"device_version": "0.0.2"
},
"bootmagic": {
"matrix": [0, 15]
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {