diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-11-23 20:16:38 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-23 20:16:38 -0500 |
| commit | cefa8468fb5f28bd67a0c02d371a4aef0964e20c (patch) | |
| tree | 70503054c509f86b30c0279e97cf946cf6aa2353 /quantum/quantum.h | |
| parent | 2e23689b8e3222982082c1f5a4f8ce7686f9658b (diff) | |
| download | qmk_firmware-cefa8468fb5f28bd67a0c02d371a4aef0964e20c.tar.gz qmk_firmware-cefa8468fb5f28bd67a0c02d371a4aef0964e20c.zip | |
travis pls
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 3d35f11fa..316da15b9 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -119,4 +119,6 @@ void send_nibble(uint8_t number); | |||
| 119 | void led_set_user(uint8_t usb_led); | 119 | void led_set_user(uint8_t usb_led); |
| 120 | void led_set_kb(uint8_t usb_led); | 120 | void led_set_kb(uint8_t usb_led); |
| 121 | 121 | ||
| 122 | void send_unicode_midi(uint32_t unicode); | ||
| 123 | |||
| 122 | #endif | 124 | #endif |
