diff options
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 87343a15d..7988c5878 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -289,5 +289,7 @@ uint16_t hex_to_keycode(uint8_t hex); | |||
289 | 289 | ||
290 | void led_set_user(uint8_t usb_led); | 290 | void led_set_user(uint8_t usb_led); |
291 | void led_set_kb(uint8_t usb_led); | 291 | void led_set_kb(uint8_t usb_led); |
292 | bool led_update_user(led_t led_state); | ||
293 | bool led_update_kb(led_t led_state); | ||
292 | 294 | ||
293 | void api_send_unicode(uint32_t unicode); | 295 | void api_send_unicode(uint32_t unicode); |