diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-31 18:27:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 18:27:44 -0400 |
commit | 2b4efaba53164fc1487df3147ac7ded8bece4272 (patch) | |
tree | 48e8fe12880f58ebc7e143d245af5826c20b6f54 /quantum/process_keycode/process_tap_dance.c | |
parent | b441468795ed5ca67359d02eb2588844873da3e3 (diff) | |
parent | d1e66e2e0715c680a8da3216525b54fd8f2b671f (diff) | |
download | firmware-2b4efaba53164fc1487df3147ac7ded8bece4272.tar.gz firmware-2b4efaba53164fc1487df3147ac7ded8bece4272.tar.bz2 firmware-2b4efaba53164fc1487df3147ac7ded8bece4272.zip |
Merge pull request #1189 from Zay950/to_push
Unicode input_mode presistance
Diffstat (limited to 'quantum/process_keycode/process_tap_dance.c')
-rw-r--r-- | quantum/process_keycode/process_tap_dance.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_tap_dance.c b/quantum/process_keycode/process_tap_dance.c index 68c8425bb..b807ec3c3 100644 --- a/quantum/process_keycode/process_tap_dance.c +++ b/quantum/process_keycode/process_tap_dance.c @@ -16,6 +16,8 @@ #include "quantum.h" #include "action_tapping.h" +uint8_t get_oneshot_mods(void); + static uint16_t last_td; static int8_t highest_td = -1; |