From eacb596d8b3842027441172455e9dcf59bf1561d Mon Sep 17 00:00:00 2001 From: LSChyi Date: Wed, 20 Jan 2021 13:06:35 +0800 Subject: [PATCH] [Keyboard] Add indicator LED support to playkbtw/helen80 (#11560) * add indicator led support * use LED config instead --- keyboards/playkbtw/helen80/config.h | 5 +++-- keyboards/playkbtw/helen80/helen80.c | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/keyboards/playkbtw/helen80/config.h b/keyboards/playkbtw/helen80/config.h index d2a7bc8b982186032517714b34b68ff341765233..4e28b321d140565bc129b09888c2b5a00e47dd80 100644 --- a/keyboards/playkbtw/helen80/config.h +++ b/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/ \ No newline at end of file +#define LED_CAPS_LOCK_PIN B3 +#define LED_SCROLL_LOCK_PIN B2 +#define LED_PIN_ON_STATE 0 diff --git a/keyboards/playkbtw/helen80/helen80.c b/keyboards/playkbtw/helen80/helen80.c index 4f943ccd3146502fafbc301c9f68299bc5043b88..0401d92738bf5ad8515ce8ba6d58399ee8c0b38f 100644 --- a/keyboards/playkbtw/helen80/helen80.c +++ b/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/ \ No newline at end of file