summaryrefslogtreecommitdiff
path: root/quantum/keymap_common.h
diff options
context:
space:
mode:
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);