aboutsummaryrefslogtreecommitdiff
path: root/quantum/led.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-06-22 09:10:58 +0100
committerGitHub <noreply@github.com>2024-06-22 09:10:58 +0100
commitcb39df273de782be1145dc5184bfd47d823531d5 (patch)
tree486d97664196d69a31617dcdbe21df261d3a6f1e /quantum/led.h
parent99aa4f5191ae0e120503385869b3b24baeaf223a (diff)
Remove deprecated `led_set_user` (#23979)
Diffstat (limited to 'quantum/led.h')
-rw-r--r--quantum/led.h3
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);