diff options
author | pmalecka <pmalecka@users.noreply.github.com> | 2017-12-01 09:09:52 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-01-12 12:56:21 -0500 |
commit | a01dc4dd489a8ab2919bf9b7e8389d87ef5ccf64 (patch) | |
tree | f386ab228711ca2055d9e49d0a4adb78d88d4147 /quantum/process_keycode/process_tap_dance.h | |
parent | 4764e7712109be63df6395d70b069bceb0258e61 (diff) |
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.h | 1 |
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 37a27c5366..ab20ea04ed 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; |