From 13533508e236666b8827b62f2b2d6819d473ef2b Mon Sep 17 00:00:00 2001 From: kb-elmo Date: Thu, 1 Jul 2021 09:53:35 +0200 Subject: [Keyboard][Bug] Fix LED indicators on Skeletn87 (#13335) --- keyboards/skeletn87/hotswap/config.h | 1 + keyboards/skeletn87/soldered/config.h | 1 + 2 files changed, 2 insertions(+) diff --git a/keyboards/skeletn87/hotswap/config.h b/keyboards/skeletn87/hotswap/config.h index fbca48cbb5..059daa0392 100644 --- a/keyboards/skeletn87/hotswap/config.h +++ b/keyboards/skeletn87/hotswap/config.h @@ -39,6 +39,7 @@ along with this program. If not, see . #define DIODE_DIRECTION COL2ROW #define LED_CAPS_LOCK_PIN E6 +#define LED_PIN_ON_STATE 0 #define BACKLIGHT_PIN B7 #define BACKLIGHT_LEVELS 8 diff --git a/keyboards/skeletn87/soldered/config.h b/keyboards/skeletn87/soldered/config.h index a902bc616c..3cff08e15e 100644 --- a/keyboards/skeletn87/soldered/config.h +++ b/keyboards/skeletn87/soldered/config.h @@ -39,6 +39,7 @@ along with this program. If not, see . #define DIODE_DIRECTION COL2ROW #define LED_CAPS_LOCK_PIN E6 +#define LED_PIN_ON_STATE 0 #define BACKLIGHT_PIN B7 #define BACKLIGHT_LEVELS 8 -- cgit v1.2.3