summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_tap_dance.c
diff options
context:
space:
mode:
authorJack Humbert2017-03-31 18:27:44 -0400
committerGitHub2017-03-31 18:27:44 -0400
commit2b4efaba53164fc1487df3147ac7ded8bece4272 (patch)
tree48e8fe12880f58ebc7e143d245af5826c20b6f54 /quantum/process_keycode/process_tap_dance.c
parentb441468795ed5ca67359d02eb2588844873da3e3 (diff)
parentd1e66e2e0715c680a8da3216525b54fd8f2b671f (diff)
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.c2
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;