From a01dc4dd489a8ab2919bf9b7e8389d87ef5ccf64 Mon Sep 17 00:00:00 2001 From: pmalecka Date: Fri, 1 Dec 2017 09:09:52 +0100 Subject: added the possibility to hav shifted(modded) tap dance --- quantum/process_keycode/process_tap_dance.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/process_keycode/process_tap_dance.h') 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; -- cgit v1.2.3