diff options
| -rw-r--r-- | keyboards/playkbtw/helen80/config.h | 5 | ||||
| -rw-r--r-- | 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 d2a7bc8b9..4e28b321d 100644 --- a/keyboards/playkbtw/helen80/config.h +++ b/keyboards/playkbtw/helen80/config.h | |||
| @@ -70,5 +70,6 @@ | |||
| 70 | // #define RGBLIGHT_EFFECT_ALTERNATING | 70 | // #define RGBLIGHT_EFFECT_ALTERNATING |
| 71 | #endif | 71 | #endif |
| 72 | 72 | ||
| 73 | // generated by KBFirmware JSON to QMK Parser | 73 | #define LED_CAPS_LOCK_PIN B3 |
| 74 | // https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file | 74 | #define LED_SCROLL_LOCK_PIN B2 |
| 75 | #define LED_PIN_ON_STATE 0 | ||
diff --git a/keyboards/playkbtw/helen80/helen80.c b/keyboards/playkbtw/helen80/helen80.c index 4f943ccd3..0401d9273 100644 --- a/keyboards/playkbtw/helen80/helen80.c +++ b/keyboards/playkbtw/helen80/helen80.c | |||
| @@ -15,6 +15,3 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "helen80.h" | 17 | #include "helen80.h" |
| 18 | |||
| 19 | // generated by KBFirmware JSON to QMK Parser | ||
| 20 | // https://noroadsleft.github.io/kbf_qmk_converter/ \ No newline at end of file | ||
