1
0
Fork 0

Move backlight config to data driven, part 1 (#19887)

This commit is contained in:
Ryan 2023-02-21 12:05:40 +11:00 committed by GitHub
parent 4b69225c22
commit 9c0ce80d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
128 changed files with 110 additions and 131 deletions

View file

@ -21,9 +21,6 @@
#define MATRIX_ROW_PINS { B2, B3, B1, D4, B4, D1, E6, B0, F0, F1, F4, F5 }
#define MATRIX_COL_PINS { D0, D2, D3, D5, B5, D7, F6, F7, C7, B6 }
/* LED Configuration */
#define BACKLIGHT_PINS {D6}
#define BACKLIGHT_LEVELS 6
/* COL2ROW or ROW2COL */

View file

@ -8,6 +8,9 @@
"pid": "0x4A58",
"device_version": "0.2.0"
},
"backlight": {
"pins": ["D6"]
},
"indicators": {
"caps_lock": "B7",
"num_lock": "C6"