X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fled.h;h=61c971c1073c55e9f4efba156e9889e4e8d19963;hb=685d4c2f9754e22de3b68379cfc959197495c0aa;hp=2e18dc2afaa15385e591a35f62cb23c6ca9f80e1;hpb=80eefb09ac5de95a6977702b4014d4b4d79a5d7d;p=qmk_firmware.git diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index 2e18dc2af..61c971c10 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h @@ -34,8 +34,7 @@ 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 }