diff options
author | nielsenz <nielsenz@oregonstate.edu> | 2017-03-30 20:10:34 -0700 |
---|---|---|
committer | nielsenz <nielsenz@oregonstate.edu> | 2017-03-30 20:10:34 -0700 |
commit | d1e66e2e0715c680a8da3216525b54fd8f2b671f (patch) | |
tree | 48e8fe12880f58ebc7e143d245af5826c20b6f54 /quantum/process_keycode/process_tap_dance.c | |
parent | 7e54332890f4c376314f942574c6183c87a6e9c8 (diff) | |
download | qmk_firmware-d1e66e2e0715c680a8da3216525b54fd8f2b671f.tar.gz |
Worked around some new Makefile issues.
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; |