diff options
| author | Joel Challis | 2023-03-27 21:08:17 +0200 |
|---|---|---|
| committer | GitHub | 2023-03-27 21:08:17 +0200 |
| commit | c485d1cf2652bfb47afbb68f128a64f1bc518aa3 (patch) | |
| tree | cf250354f738ea94b5295d356489ead04c8339ad /quantum/keymap_common.h | |
| parent | 79b0f9168eafef1642f3223500197bf630a2433f (diff) | |
Remove use of keymap.h (#20004)
Diffstat (limited to 'quantum/keymap_common.h')
| -rw-r--r-- | quantum/keymap_common.h | 1 |
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); |