1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-03-25 11:31:17 +00:00
commit 2f6236d1ea
4 changed files with 4 additions and 4 deletions

View file

@ -18,6 +18,8 @@
#include "api.h"
#define API_SYSEX_MAX_SIZE 32
void send_bytes_sysex(uint8_t message_type, uint8_t data_type, uint8_t* bytes, uint16_t length);
#define SEND_BYTES(mt, dt, b, l) send_bytes_sysex(mt, dt, b, l)

View file

@ -24,6 +24,4 @@
#define COL2ROW 0
#define ROW2COL 1
#define API_SYSEX_MAX_SIZE 32
#include "song_list.h"