Browse Source

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
pull/16088/head
Damien Guard 2 years ago
committed by GitHub
parent
commit
de3fdef2ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      keyboards/mehkee96/config.h
  2. +1
    -1
      keyboards/mehkee96/mehkee96.h

+ 1
- 2
keyboards/mehkee96/config.h View File

@ -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 */

+ 1
- 1
keyboards/mehkee96/mehkee96.h View File

@ -5,7 +5,7 @@
#define XXX KC_NO
#define LAYOUT( \
k50, k52, k53, k54, k55, k60, k6A, k7A, k70, k5B, k5C, k5D, k5E, k1D, k2E, k0D, k76, k78, k79, \
k50, k52, k53, k54, k55, k60, k6A, k7A, k70, k5B, k5C, k5D, k5E, k1D, k2E, k0D, k76, k79, k78, \
k40, k41, k42, k43, k44, k45, k61, k6B, k7B, k71, k4A, k4B, k4C, k4E, k46, k47, k48, k49, \
k30, k31, k32, k33, k34, k35, k62, k6C, k7C, k72, k3A, k3B, k3C, k3D, k36, k37, k38, k39, \
k20, k21, k22, k23, k24, k25, k63, k6D, k7D, k73, k2A, k2B, k2D, k26, k27, k28, k29, \


Loading…
Cancel
Save