diff options
author | Joel Challis <git@zvecr.com> | 2022-01-22 21:17:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 21:17:02 +0000 |
commit | 6e83b449409f7fe479210a9fab808e8bcae64977 (patch) | |
tree | 0429c5a810d39fbd423350566d476fa3f798db27 /quantum/quantum.h | |
parent | 448a90f6b0b68ef074b1a19a081eceaafcc7425e (diff) | |
download | qmk_firmware-6e83b449409f7fe479210a9fab808e8bcae64977.tar.gz qmk_firmware-6e83b449409f7fe479210a9fab808e8bcae64977.zip |
Align location of some host led logic (#15954)
* Align location of host led logic
* Move more
* align ifdefs
* Fix up includes
* Move callback defs
* Convert comment to build message
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 5d3a665887..020e455941 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -249,11 +249,6 @@ void register_code16(uint16_t code); void unregister_code16(uint16_t code); void tap_code16(uint16_t code); -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); - const char *get_numeric_str(char *buf, size_t buf_len, uint32_t curr_num, char curr_pad); const char *get_u8_str(uint8_t curr_num, char curr_pad); const char *get_u16_str(uint16_t curr_num, char curr_pad); |