diff options
author | Ryan <fauxpark@gmail.com> | 2021-10-06 19:34:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 19:34:46 +1100 |
commit | d8f0c8783a0da2e5f49d10bb0119a5be7bb4b261 (patch) | |
tree | c2e7a99d6cf3d67dd3ee60975865264d94c55ce6 /quantum/quantum.h | |
parent | a94c6fa620ce8daf6436773accec89965c675ce5 (diff) | |
download | qmk_firmware-d8f0c8783a0da2e5f49d10bb0119a5be7bb4b261.tar.gz qmk_firmware-d8f0c8783a0da2e5f49d10bb0119a5be7bb4b261.zip |
Remove sysex API (#14723)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 5cbe84d0c9..9250f5acce 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -237,5 +237,3 @@ 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); - -void api_send_unicode(uint32_t unicode); |