]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/led.h
Add KC_LABK and KC_RABK (< and >)
[qmk_firmware.git] / tmk_core / common / led.h
index 4b9632d3a4f82ec850fbaee7872546597d13e914..2e18dc2afaa15385e591a35f62cb23c6ca9f80e1 100644 (file)
@@ -33,11 +33,12 @@ extern "C" {
 #endif
 
 void led_set(uint8_t usb_led);
-void * led_set_kb(uint8_t usb_led);
 
+/* keyboard-specific LED functionality */
+void led_set_kb(uint8_t usb_led);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif
+#endif
\ No newline at end of file