summaryrefslogtreecommitdiff
path: root/quantum/keymap.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-03-03 11:26:53 +0000
committerGitHub <noreply@github.com>2023-03-03 11:26:53 +0000
commitc3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e (patch)
treeaf56ac135031e01b1e657dbd35dc0dbf59d72bab /quantum/keymap.h
parent6676cc194228421a63b4d5922785b086bce8a46b (diff)
Remove some use of keymap.h (#19980)
Diffstat (limited to 'quantum/keymap.h')
-rw-r--r--quantum/keymap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/keymap.h b/quantum/keymap.h
index 0225f53362..1263ef188b 100644
--- a/quantum/keymap.h
+++ b/quantum/keymap.h
@@ -30,8 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum_keycodes.h"
-// translates key to keycode
-uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
+#include "keymap_common.h"
#ifdef ENCODER_MAP_ENABLE
// Ensure we have a forward declaration for the encoder map