X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fled.h;h=61c971c1073c55e9f4efba156e9889e4e8d19963;hb=49046f621bc8304c8c7ba7a065d2568f45ecc616;hp=d5fc051bf52ed573382f8edd8ed2085ceb887204;hpb=5ce9bf8353568b341b79b3cea676ea62a7d40442;p=qmk_firmware.git 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