Move matrix config to info.json, part 7 (#20020)
This commit is contained in:
@@ -16,15 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
// ROWS: Top to bottom, COLS: Left to right
|
||||
|
||||
#define MATRIX_ROW_PINS {C2,B4,B5,B6}
|
||||
#define MATRIX_COL_PINS {C5,D0,B3,B2,B1,B0,D6,D5,D4,D3,D2,D1}
|
||||
|
||||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define RGB_DI_PIN B7
|
||||
#ifdef RGB_DI_PIN
|
||||
#define RGBLED_NUM 10
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x0002",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C5", "D0", "B3", "B2", "B1", "B0", "D6", "D5", "D4", "D3", "D2", "D1"],
|
||||
"rows": ["C2", "B4", "B5", "B6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"qmk_lufa_bootloader": {
|
||||
"esc_input": "B7",
|
||||
"esc_output": "F0"
|
||||
|
Reference in New Issue
Block a user