]> 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 d5fc051bf52ed573382f8edd8ed2085ceb887204..2e18dc2afaa15385e591a35f62cb23c6ca9f80e1 100644 (file)
@@ -34,8 +34,11 @@ extern "C" {
 
 void led_set(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