diff options
Diffstat (limited to 'quantum/api/api_sysex.h')
| -rw-r--r-- | quantum/api/api_sysex.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/quantum/api/api_sysex.h b/quantum/api/api_sysex.h new file mode 100644 index 000000000..b947b60e5 --- /dev/null +++ b/quantum/api/api_sysex.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef _API_SYSEX_H_ | ||
| 2 | #define _API_SYSEX_H_ | ||
| 3 | |||
| 4 | #include "api.h" | ||
| 5 | |||
| 6 | void send_bytes_sysex(uint8_t message_type, uint8_t data_type, uint8_t * bytes, uint16_t length); | ||
| 7 | |||
| 8 | #define SEND_BYTES(mt, dt, b, l) send_bytes_sysex(mt, dt, b, l) | ||
| 9 | |||
| 10 | #endif \ No newline at end of file | ||
