forked from mirrors/qmk_userspace
Mehkee96 LED state & count + transposed keys fixes (#16061)
* Fix transposed keys at top right of board. * Correct LED on state * Correct number of LEDs * Default LED state is fine
This commit is contained in:
parent
a211887978
commit
de3fdef2ca
2 changed files with 2 additions and 3 deletions
|
@ -18,11 +18,10 @@
|
|||
|
||||
#define LED_NUM_LOCK_PIN D0
|
||||
#define LED_CAPS_LOCK_PIN D1
|
||||
#define LED_PIN_ON_STATE 0
|
||||
|
||||
#define BACKLIGHT_PIN D4
|
||||
#define BACKLIGHT_LEVELS 3
|
||||
|
||||
#define RGBLED_NUM 16
|
||||
#define RGBLED_NUM 18
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
/* key combination for command */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue