~ruther/qmk_firmware

eacb596d8b3842027441172455e9dcf59bf1561d — LSChyi 4 years ago 1bb9f15
[Keyboard] Add indicator LED support to playkbtw/helen80 (#11560)

* add indicator led support

* use LED config instead
2 files changed, 3 insertions(+), 5 deletions(-)

M keyboards/playkbtw/helen80/config.h
M keyboards/playkbtw/helen80/helen80.c
M keyboards/playkbtw/helen80/config.h => keyboards/playkbtw/helen80/config.h +3 -2
@@ 70,5 70,6 @@
//     #define RGBLIGHT_EFFECT_ALTERNATING
#endif

// generated by KBFirmware JSON to QMK Parser
// https://noroadsleft.github.io/kbf_qmk_converter/
\ No newline at end of file
#define LED_CAPS_LOCK_PIN B3
#define LED_SCROLL_LOCK_PIN B2
#define LED_PIN_ON_STATE 0

M keyboards/playkbtw/helen80/helen80.c => keyboards/playkbtw/helen80/helen80.c +0 -3
@@ 15,6 15,3 @@
 */

#include "helen80.h"

// generated by KBFirmware JSON to QMK Parser
// https://noroadsleft.github.io/kbf_qmk_converter/
\ No newline at end of file