1
0
Fork 0

Fixed LED Function Calls

Fixed LED indicator function calls to match how the matrix init function
calls are formatted.
This commit is contained in:
IBNobody 2016-03-22 20:58:44 -05:00
parent ec62d9e85c
commit 10491ba21f
4 changed files with 22 additions and 34 deletions

View 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