diff options
| author | QMK Bot <hello@qmk.fm> | 2021-03-25 11:31:17 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-03-25 11:31:17 +0000 |
| commit | 2f6236d1eab8601f097d4acb0553a4511b5c4be7 (patch) | |
| tree | 23998365676a249e57acd29f4e8b4fde6c394352 /quantum/api | |
| parent | 921f1ba4cf9ec406ec723bbe3f51f65a7bb58e16 (diff) | |
| parent | a888057453db7a854549ec0d13f638392ffbcca8 (diff) | |
| download | qmk_firmware-2f6236d1eab8601f097d4acb0553a4511b5c4be7.tar.gz qmk_firmware-2f6236d1eab8601f097d4acb0553a4511b5c4be7.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/api')
| -rw-r--r-- | quantum/api/api_sysex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/api/api_sysex.h b/quantum/api/api_sysex.h index 382f4bea4..eb0a18848 100644 --- a/quantum/api/api_sysex.h +++ b/quantum/api/api_sysex.h | |||
| @@ -18,6 +18,8 @@ | |||
| 18 | 18 | ||
| 19 | #include "api.h" | 19 | #include "api.h" |
| 20 | 20 | ||
| 21 | #define API_SYSEX_MAX_SIZE 32 | ||
| 22 | |||
| 21 | void send_bytes_sysex(uint8_t message_type, uint8_t data_type, uint8_t* bytes, uint16_t length); | 23 | void send_bytes_sysex(uint8_t message_type, uint8_t data_type, uint8_t* bytes, uint16_t length); |
| 22 | 24 | ||
| 23 | #define SEND_BYTES(mt, dt, b, l) send_bytes_sysex(mt, dt, b, l) | 25 | #define SEND_BYTES(mt, dt, b, l) send_bytes_sysex(mt, dt, b, l) |
