From c485d1cf2652bfb47afbb68f128a64f1bc518aa3 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 27 Mar 2023 20:08:17 +0100 Subject: Remove use of keymap.h (#20004) --- quantum/keymap_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quantum/keymap_common.h') diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index 20e70263f3..fca4fc9ba3 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h @@ -4,6 +4,7 @@ #pragma once #include +#include "keyboard.h" // translates key to keycode uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key); -- cgit v1.2.3