X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fled.h;h=c16305129b9fca290bb0a31b8902c746d60de474;hb=7c9d5ace143d3cc6d767a354acde814926d566fd;hp=2e18dc2afaa15385e591a35f62cb23c6ca9f80e1;hpb=e8951d6e41e364a95f862a1d3544a52b32857148;p=qmk_firmware.git diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index 2e18dc2af..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,11 +35,10 @@ extern "C" { void led_set(uint8_t usb_led); -/* keyboard-specific LED functionality */ -void led_set_kb(uint8_t usb_led); +void led_init_ports(void); #ifdef __cplusplus } #endif -#endif \ No newline at end of file +#endif