Move matrix config to info.json, part 2 (#19987)
This commit is contained in:
parent
80661e5f19
commit
dd086a51d8
494 changed files with 1235 additions and 3287 deletions
|
@ -15,22 +15,10 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
//no underglow - prototype
|
||||
//#define MATRIX_ROW_PINS { B1, B3, B7, F6, F7 }
|
||||
//#define MATRIX_COL_PINS { B0, D5, B2, F5, D2, D3, D4, D6, D7, B4, B5, B6, C6, C7 }
|
||||
|
||||
//underglow
|
||||
#define MATRIX_ROW_PINS { B1, B3, F1, F6, F7 }
|
||||
#define MATRIX_COL_PINS { B0, D5, B2, F5, D3, D2, C7, C6, B6, B5, B4, D7, D6, D4 }
|
||||
|
||||
// IS31FL3731 driver
|
||||
#define DRIVER_COUNT 2
|
||||
#define RGB_MATRIX_LED_COUNT 64
|
||||
|
||||
// COL2ROW or ROW2COL
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
// Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
// Locking resynchronize hack
|
||||
|
|
7
keyboards/xelus/dawn60/rev1/info.json
Normal file
7
keyboards/xelus/dawn60/rev1/info.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "D5", "B2", "F5", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
||||
"rows": ["B1", "B3", "F1", "F6", "F7"]
|
||||
},
|
||||
"diode_direction": "COL2ROW"
|
||||
}
|
|
@ -15,14 +15,6 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
//underglow
|
||||
#define MATRIX_ROW_PINS { B1, B3, F1, F6, F7 }
|
||||
#define MATRIX_COL_PINS { B0, D5, B2, F5, D3, D2, C7, C6, B6, B5, B4, D7, D6, D4 }
|
||||
|
||||
// COL2ROW or ROW2COL
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
// Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
// Locking resynchronize hack
|
||||
|
|
7
keyboards/xelus/dawn60/rev1_qmk/info.json
Normal file
7
keyboards/xelus/dawn60/rev1_qmk/info.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "D5", "B2", "F5", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
||||
"rows": ["B1", "B3", "F1", "F6", "F7"]
|
||||
},
|
||||
"diode_direction": "COL2ROW"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue