diff options
Diffstat (limited to 'tmk_core')
| -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 d5fc051bf..4b9632d3a 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h | |||
| @@ -33,6 +33,8 @@ extern "C" { | |||
| 33 | #endif | 33 | #endif |
| 34 | 34 | ||
| 35 | void led_set(uint8_t usb_led); | 35 | void led_set(uint8_t usb_led); |
| 36 | void * led_set_kb(uint8_t usb_led); | ||
| 37 | |||
| 36 | 38 | ||
| 37 | #ifdef __cplusplus | 39 | #ifdef __cplusplus |
| 38 | } | 40 | } |
