diff options
author | Joel Challis <git@zvecr.com> | 2023-03-03 17:50:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 17:50:40 +0000 |
commit | 3be5d90b6d1c4534bcfce9725808e8c4d469a845 (patch) | |
tree | cc9c2ae2ead9a4fbdc2f9c7d1d3f3682e08b2d46 /quantum/bootmagic | |
parent | c3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e (diff) |
Remove some use of keymap.h (#20006)
Diffstat (limited to 'quantum/bootmagic')
-rw-r--r-- | quantum/bootmagic/magic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/bootmagic/magic.c b/quantum/bootmagic/magic.c index f1cb11c395..d68df3fa58 100644 --- a/quantum/bootmagic/magic.c +++ b/quantum/bootmagic/magic.c @@ -19,7 +19,7 @@ #include "matrix.h" #include "bootloader.h" #include "debug.h" -#include "keymap.h" +#include "keycode_config.h" #include "host.h" #include "action_layer.h" #include "eeconfig.h" |