diff options
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/led.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index d5fc051bf5..4b9632d3a4 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -33,6 +33,8 @@ extern "C" { #endif void led_set(uint8_t usb_led); +void * led_set_kb(uint8_t usb_led); + #ifdef __cplusplus } |