From 3be5d90b6d1c4534bcfce9725808e8c4d469a845 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 3 Mar 2023 17:50:40 +0000 Subject: Remove some use of keymap.h (#20006) --- quantum/keymap_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quantum/keymap_common.h') diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index 24fe9af6fe..20e70263f3 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h @@ -3,5 +3,7 @@ #pragma once +#include + // translates key to keycode uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key); -- cgit v1.2.3