summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-11-22 00:05:06 +0100
committerJack Humbert <jack.humb@gmail.com>2016-11-22 00:05:06 +0100
commitc1037b1dc060d14a09a59f697fefe2b5b91bf373 (patch)
tree93f58765647a1c2befc839db2ab20e269623c9f5 /tmk_core/protocol
parentb57cf3c0c851f2fb0e32c955b16fc6f0ad236e54 (diff)
downloadqmk_firmware-c1037b1dc060d14a09a59f697fefe2b5b91bf373.tar.gz
qmk_firmware-c1037b1dc060d14a09a59f697fefe2b5b91bf373.tar.xz
working with helper, qmk_helper_windows@05b0105
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/lufa/lufa.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index cc00b3b89..35739e321 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -1207,6 +1207,12 @@ void sysex_buffer_callback(MidiDevice * device, uint8_t length, uint8_t * data)
data++;
switch (*data++) {
+ case 0x07: ; // Quantum action
+ break;
+ case 0x08: ; // Keyboard acion
+ break;
+ case 0x09: ; // User action
+ break;
case 0x12: ; // Set info on keyboard
switch (*data++) {
case 0x02: ; // set default layer