diff options
| author | Joel Challis <git@zvecr.com> | 2021-08-24 16:09:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 16:09:23 +0100 |
| commit | a8d65473461c337fb1e168d907bfb8c3ac8fdbd0 (patch) | |
| tree | bc5ef89c47c1279e7c3d86aaddc4bbeff1fc2f51 /quantum/action_tapping.c | |
| parent | e3b68ddfe890868ac732f28ddcc1f111c69a0bfb (diff) | |
| download | qmk_firmware-a8d65473461c337fb1e168d907bfb8c3ac8fdbd0.tar.gz qmk_firmware-a8d65473461c337fb1e168d907bfb8c3ac8fdbd0.zip | |
Short term bodge for firmware size bloat (#14144)
Diffstat (limited to 'quantum/action_tapping.c')
| -rw-r--r-- | quantum/action_tapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/action_tapping.c b/quantum/action_tapping.c index eef6ed1b7..09514aa7f 100644 --- a/quantum/action_tapping.c +++ b/quantum/action_tapping.c | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #include "action_tapping.h" | 5 | #include "action_tapping.h" |
| 6 | #include "keycode.h" | 6 | #include "keycode.h" |
| 7 | #include "timer.h" | 7 | #include "timer.h" |
| 8 | #include "keymap.h" | 8 | #include "keymap_common.h" |
| 9 | 9 | ||
| 10 | #ifdef DEBUG_ACTION | 10 | #ifdef DEBUG_ACTION |
| 11 | # include "debug.h" | 11 | # include "debug.h" |
