]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/process_keycode/process_tap_dance.h
Merge remote-tracking branch 'upstream/master'
[qmk_firmware.git] / quantum / process_keycode / process_tap_dance.h
index f753cbba665fd316dff284d8a0318a363505af79..726752ecc709d1c01353604eef0880eee7e2766c 100644 (file)
@@ -9,6 +9,7 @@
 typedef struct
 {
   uint8_t count;
+  uint8_t oneshot_mods;
   uint16_t keycode;
   uint16_t timer;
   bool interrupted;