diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-07-01 09:53:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 00:53:35 -0700 |
commit | 13533508e236666b8827b62f2b2d6819d473ef2b (patch) | |
tree | 43efdd0411ffbb97492ce79a1728c374a6b9fdb4 | |
parent | 4168e10c49d512132db369fcc3402e56052cebd1 (diff) |
[Keyboard][Bug] Fix LED indicators on Skeletn87 (#13335)
-rw-r--r-- | keyboards/skeletn87/hotswap/config.h | 1 | ||||
-rw-r--r-- | keyboards/skeletn87/soldered/config.h | 1 |
2 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #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 <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define LED_CAPS_LOCK_PIN E6 +#define LED_PIN_ON_STATE 0 #define BACKLIGHT_PIN B7 #define BACKLIGHT_LEVELS 8 |