Remove deprecated led_set_kb (#19273)
* Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
This commit is contained in:
parent
0fcf481cdd
commit
1124bbc1db
14 changed files with 68 additions and 86 deletions
|
@ -55,9 +55,10 @@ void led_wakeup(void);
|
|||
|
||||
void led_task(void);
|
||||
|
||||
/* Callbacks */
|
||||
/* Deprecated callbacks */
|
||||
void led_set_user(uint8_t usb_led);
|
||||
void led_set_kb(uint8_t usb_led);
|
||||
|
||||
/* Callbacks */
|
||||
bool led_update_user(led_t led_state);
|
||||
bool led_update_kb(led_t led_state);
|
||||
void led_update_ports(led_t led_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue