Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -3,15 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* --------------------------------
|
||||
* Bootmagic Lite key configuration
|
||||
* use the Esc key
|
||||
* -------------------------------- */
|
||||
|
||||
#define BOOTMAGIC_LITE_ROW 0
|
||||
#define BOOTMAGIC_LITE_COLUMN 5
|
||||
|
||||
/* ----------------
|
||||
* RGB Matrix stuff
|
||||
* ---------------- */
|
||||
|
@@ -25,6 +25,9 @@
|
||||
"pid": "0x0380",
|
||||
"device_version": "3.0.0"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 5]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_80_ansi": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user