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) |
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 eef6ed1b7d..09514aa7fd 100644 --- a/quantum/action_tapping.c +++ b/quantum/action_tapping.c @@ -5,7 +5,7 @@ #include "action_tapping.h" #include "keycode.h" #include "timer.h" -#include "keymap.h" +#include "keymap_common.h" #ifdef DEBUG_ACTION # include "debug.h" |