diff options
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r-- | keyboards/handwired/promethium/promethium.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/promethium.c b/keyboards/handwired/promethium/promethium.c index 3e369a6246..62e2281fac 100644 --- a/keyboards/handwired/promethium/promethium.c +++ b/keyboards/handwired/promethium/promethium.c @@ -32,4 +32,7 @@ void matrix_scan_kb(void) { matrix_scan_user(); } +void led_set_kb(uint8_t usb_led) { + led_set_user(usb_led); +} |