diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 19:50:55 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 19:50:55 -0500 |
| commit | 664c0a036b3d7c3ed39f4a7a78d97f4a9cc7d20c (patch) | |
| tree | e6cb0a7fb1c5c882fe394fd251680e0c88df323c /quantum/quantum.h | |
| parent | 27ebacb15d39046713bd87e06c1157b1ffab6aaf (diff) | |
| download | qmk_firmware-664c0a036b3d7c3ed39f4a7a78d97f4a9cc7d20c.tar.gz qmk_firmware-664c0a036b3d7c3ed39f4a7a78d97f4a9cc7d20c.zip | |
cleaning up new code
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 06a2e049d..3d35f11fa 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -110,6 +110,11 @@ void breathing_speed_dec(uint8_t value); | |||
| 110 | #endif | 110 | #endif |
| 111 | 111 | ||
| 112 | #endif | 112 | #endif |
| 113 | void send_dword(uint32_t number); | ||
| 114 | void send_word(uint16_t number); | ||
| 115 | void send_byte(uint8_t number); | ||
| 116 | void send_nibble(uint8_t number); | ||
| 117 | |||
| 113 | 118 | ||
| 114 | void led_set_user(uint8_t usb_led); | 119 | void led_set_user(uint8_t usb_led); |
| 115 | void led_set_kb(uint8_t usb_led); | 120 | void led_set_kb(uint8_t usb_led); |
