X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fled.h;h=c16305129b9fca290bb0a31b8902c746d60de474;hb=8f3dabbf3f16f63c5e6b32f428b524c1dd73dc83;hp=d5fc051bf52ed573382f8edd8ed2085ceb887204;hpb=547da78335298df6666200c6063ac6f1aba312fd;p=qmk_firmware.git diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index d5fc051bf..c16305129 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -19,6 +19,7 @@ along with this program. If not, see . #define LED_H #include "stdint.h" +/* FIXME: Add doxygen comments here. */ /* keyboard LEDs */ #define USB_LED_NUM_LOCK 0 @@ -34,6 +35,8 @@ extern "C" { void led_set(uint8_t usb_led); +void led_init_ports(void); + #ifdef __cplusplus } #endif