From a8d65473461c337fb1e168d907bfb8c3ac8fdbd0 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 24 Aug 2021 16:09:23 +0100 Subject: Short term bodge for firmware size bloat (#14144) --- quantum/action_tapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/action_tapping.c') 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" -- cgit v1.2.3