diff options
author | Joel Challis <git@zvecr.com> | 2022-12-09 01:42:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 01:42:22 +0000 |
commit | 99cd0b13e109bb14f1e5af023c5fcb5e50a78e0a (patch) | |
tree | f6b3198bca1321fb9f4b8c0903d87869a8816630 /keyboards/handwired/promethium | |
parent | ba6ee2904066aa64fa83417dc865f24dc76d991b (diff) |
Refactor some led_set_kb instances (#19179)
* Refactor some led_set_kb instances
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/promethium')
-rw-r--r-- | keyboards/handwired/promethium/promethium.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/promethium.h b/keyboards/handwired/promethium/promethium.h index e40d67e9fd..0d594a7942 100644 --- a/keyboards/handwired/promethium/promethium.h +++ b/keyboards/handwired/promethium/promethium.h @@ -3,8 +3,6 @@ #include "quantum.h" void battery_poll(uint8_t level); -void led_set_kb(uint8_t usb_led); -void led_set_user(uint8_t usb_led); #define XXX KC_NO |