mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-06 22:13:24 +01:00
Fixed LED Function Calls
Fixed LED indicator function calls to match how the matrix init function calls are formatted.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user