diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-06 11:42:16 +1100 |
|---|---|---|
| committer | Joel Challis <git@zvecr.com> | 2019-11-06 00:42:16 +0000 |
| commit | dfb78d2a086daa2ceb3fd043afce03785abfa23a (patch) | |
| tree | 7cd724b1cd12a65025bbc9d3cb32d7dd39cb9928 /quantum/quantum.h | |
| parent | ed0575fc8aacdfdd83a31fc98df2b1cad2e977f4 (diff) | |
| download | qmk_firmware-dfb78d2a086daa2ceb3fd043afce03785abfa23a.tar.gz qmk_firmware-dfb78d2a086daa2ceb3fd043afce03785abfa23a.zip | |
New and improved lock LED callbacks (#7215)
* New and improved lock LED callbacks
* Include stdbool
* Update documentation
* Use full function signatures and add keyboard-level example
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); |
