diff options
Diffstat (limited to 'tmk_core/common/led.h')
-rw-r--r-- | tmk_core/common/led.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index d5fc051bf..61c971c10 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -34,8 +34,10 @@ extern "C" { void led_set(uint8_t usb_led); +void led_init_ports(void); + #ifdef __cplusplus } #endif -#endif +#endif
\ No newline at end of file |