Move matrix config to info.json, part 1 (#19985)
This commit is contained in:
@@ -18,10 +18,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#define MATRIX_ROW_PINS { D0 }
|
||||
#define MATRIX_COL_PINS { D1, D2, D3 }
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define USB_MAX_POWER_CONSUMPTION 100
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x0101",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D1", "D2", "D3"],
|
||||
"rows": ["D0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"bootmagic": {
|
||||
"matrix": [0, 2]
|
||||
},
|
||||
|
Reference in New Issue
Block a user