diff options
author | Joel Challis <git@zvecr.com> | 2023-03-27 20:08:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 20:08:17 +0100 |
commit | c485d1cf2652bfb47afbb68f128a64f1bc518aa3 (patch) | |
tree | cf250354f738ea94b5295d356489ead04c8339ad /quantum/process_keycode | |
parent | 79b0f9168eafef1642f3223500197bf630a2433f (diff) |
Remove use of keymap.h (#20004)
Diffstat (limited to 'quantum/process_keycode')
-rw-r--r-- | quantum/process_keycode/process_combo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_combo.c b/quantum/process_keycode/process_combo.c index 8597649c92..ce6725c402 100644 --- a/quantum/process_keycode/process_combo.c +++ b/quantum/process_keycode/process_combo.c @@ -14,6 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "keymap_common.h" #include "print.h" #include "process_combo.h" #include "action_tapping.h" |