summaryrefslogtreecommitdiff
path: root/quantum/config_common.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-12-30 11:05:50 -0500
committerGitHub <noreply@github.com>2016-12-30 11:05:50 -0500
commit2eced29675b50fbc695920fdceaa0e7521571b76 (patch)
treef26d870eb321fdc438518e8193d82bb958d1a07f /quantum/config_common.h
parent8a76075ca7bb2a8346053b8293e177853fe8e92f (diff)
parentdd685eceb2045371d38f24d454f1ab08ca7416f4 (diff)
Merge pull request #974 from fredizzimo/remove_malloc_from_sysex
API Sysex fixes
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r--quantum/config_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index 17c11faeb6..4bdb2065d9 100644
--- a/quantum/config_common.h
+++ b/quantum/config_common.h
@@ -80,4 +80,6 @@
# endif
#endif
+#define API_SYSEX_MAX_SIZE 32
+
#endif