diff options
author | Joel Challis <git@zvecr.com> | 2024-06-22 09:10:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 09:10:58 +0100 |
commit | cb39df273de782be1145dc5184bfd47d823531d5 (patch) | |
tree | 486d97664196d69a31617dcdbe21df261d3a6f1e /quantum/led.h | |
parent | 99aa4f5191ae0e120503385869b3b24baeaf223a (diff) |
Remove deprecated `led_set_user` (#23979)
Diffstat (limited to 'quantum/led.h')
-rw-r--r-- | quantum/led.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/led.h b/quantum/led.h index b9fad670ae..669e93e194 100644 --- a/quantum/led.h +++ b/quantum/led.h @@ -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); |