summaryrefslogtreecommitdiff
path: root/quantum/keymap_common.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-03-27 20:08:17 +0100
committerGitHub <noreply@github.com>2023-03-27 20:08:17 +0100
commitc485d1cf2652bfb47afbb68f128a64f1bc518aa3 (patch)
treecf250354f738ea94b5295d356489ead04c8339ad /quantum/keymap_common.h
parent79b0f9168eafef1642f3223500197bf630a2433f (diff)
Remove use of keymap.h (#20004)
Diffstat (limited to 'quantum/keymap_common.h')
-rw-r--r--quantum/keymap_common.h1
1 files changed, 1 insertions, 0 deletions
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 <stdint.h>
+#include "keyboard.h"
// translates key to keycode
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);