forked from mirrors/qmk_userspace
quantum: led: split out led_update_ports() for customization of led behaviour (#14452)
This commit is contained in:
parent
c255174cf3
commit
cbe1c22d46
3 changed files with 34 additions and 22 deletions
|
@ -60,6 +60,7 @@ void led_set_user(uint8_t usb_led);
|
|||
void led_set_kb(uint8_t usb_led);
|
||||
bool led_update_user(led_t led_state);
|
||||
bool led_update_kb(led_t led_state);
|
||||
void led_update_ports(led_t led_state);
|
||||
|
||||
uint32_t last_led_activity_time(void); // Timestamp of the LED activity
|
||||
uint32_t last_led_activity_elapsed(void); // Number of milliseconds since the last LED activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue