summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-20 05:07:32 +0000
committerQMK Bot <hello@qmk.fm>2021-01-20 05:07:32 +0000
commitef3bd54a17bca9ba397c6c3302287e145c95b5ce (patch)
tree1ae0f5ba881ab69428a1f591e5474ac53e820ca7 /keyboards
parent87d9534d81e0504a80ba4f7c190afe9588d34063 (diff)
parenteacb596d8b3842027441172455e9dcf59bf1561d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/playkbtw/helen80/config.h5
-rw-r--r--keyboards/playkbtw/helen80/helen80.c3
2 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/playkbtw/helen80/config.h b/keyboards/playkbtw/helen80/config.h
index d2a7bc8b98..4e28b321d1 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 4f943ccd31..0401d92738 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