Browse Source

[Keyboard] Add indicator LED support to playkbtw/helen80 (#11560)

* add indicator led support

* use LED config instead
LSChyi 4 years ago
parent
commit
eacb596d8b
2 changed files with 3 additions and 5 deletions
  1. 3 2
      keyboards/playkbtw/helen80/config.h
  2. 0 3
      keyboards/playkbtw/helen80/helen80.c

+ 3 - 2
keyboards/playkbtw/helen80/config.h

@@ -70,5 +70,6 @@
 //     #define RGBLIGHT_EFFECT_ALTERNATING
 #endif
 
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/
+#define LED_CAPS_LOCK_PIN B3
+#define LED_SCROLL_LOCK_PIN B2
+#define LED_PIN_ON_STATE 0

+ 0 - 3
keyboards/playkbtw/helen80/helen80.c

@@ -15,6 +15,3 @@
  */
 
 #include "helen80.h"
-
-// generated by KBFirmware JSON to QMK Parser
-// https://noroadsleft.github.io/kbf_qmk_converter/