summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_tap_dance.h
diff options
context:
space:
mode:
authorpmalecka <pmalecka@users.noreply.github.com>2017-12-01 09:09:52 +0100
committerJack Humbert <jack.humb@gmail.com>2018-01-12 18:56:21 +0100
commita01dc4dd489a8ab2919bf9b7e8389d87ef5ccf64 (patch)
treef386ab228711ca2055d9e49d0a4adb78d88d4147 /quantum/process_keycode/process_tap_dance.h
parent4764e7712109be63df6395d70b069bceb0258e61 (diff)
downloadqmk_firmware-a01dc4dd489a8ab2919bf9b7e8389d87ef5ccf64.tar.gz
qmk_firmware-a01dc4dd489a8ab2919bf9b7e8389d87ef5ccf64.tar.xz
added the possibility to hav shifted(modded) tap dance
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.h')
-rw-r--r--quantum/process_keycode/process_tap_dance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_tap_dance.h b/quantum/process_keycode/process_tap_dance.h
index 37a27c536..ab20ea04e 100644
--- a/quantum/process_keycode/process_tap_dance.h
+++ b/quantum/process_keycode/process_tap_dance.h
@@ -25,6 +25,7 @@ typedef struct
{
uint8_t count;
uint8_t oneshot_mods;
+ uint8_t weak_mods;
uint16_t keycode;
uint16_t timer;
bool interrupted;