Move backlight config to data driven (#19910)
This commit is contained in:
@@ -40,6 +40,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#endif
|
||||
|
||||
#define BACKLIGHT_PIN B6
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x6060",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B6"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B2",
|
||||
"on_state": 0
|
||||
|
Reference in New Issue
Block a user