Migrate DIRECT_PINS
to data driven (#19826)
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
},
|
||||
"processor": "atmega16u2",
|
||||
"bootloader": "atmel-dfu",
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["D3", "D0", "C4", "B4"]
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [{"label":"L", "x":0, "y":0}, {"label":"O", "x":1, "y":0}, {"label":"V", "x":2, "y":0}, {"label":"E", "x":3, "y":0}]
|
||||
|
@@ -23,29 +23,11 @@ where some things are disabled to save space as well.
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 1
|
||||
#define MATRIX_COLS 4
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
* On this board we have direct connection: no diodes.
|
||||
*/
|
||||
#define DIRECT_PINS \
|
||||
{ \
|
||||
{ D3, D0, C4, B4 } \
|
||||
}
|
||||
|
||||
/* Backlight Setup */
|
||||
// Looks like each backlight LED is connected to a single output, D5 is the one furtherst away from USB port
|
||||
#define BACKLIGHT_PIN D5
|
||||
#define BACKLIGHT_LEVELS 6
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* RGB Underglow
|
||||
This will not be used, as RGBLIGHT_ENABLE is set to 'no' in rules.mk
|
||||
We do not have enough space in the flash for this at the moment, maybe
|
||||
|
Reference in New Issue
Block a user