1
0
Fork 0

Remove deprecated led_set_user (#23979)

This commit is contained in:
Joel Challis 2024-06-22 09:10:58 +01:00 committed by GitHub
parent 99aa4f5191
commit cb39df273d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 19 deletions

View file

@ -48,9 +48,6 @@ void led_wakeup(void);
void led_task(void);
/* Deprecated callbacks */
void led_set_user(uint8_t usb_led);
/* Callbacks */
bool led_update_user(led_t led_state);
bool led_update_kb(led_t led_state);