summaryrefslogtreecommitdiff
path: root/quantum/dynamic_keymap.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-03-03 17:50:40 +0000
committerGitHub <noreply@github.com>2023-03-03 17:50:40 +0000
commit3be5d90b6d1c4534bcfce9725808e8c4d469a845 (patch)
treecc9c2ae2ead9a4fbdc2f9c7d1d3f3682e08b2d46 /quantum/dynamic_keymap.c
parentc3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e (diff)
Remove some use of keymap.h (#20006)
Diffstat (limited to 'quantum/dynamic_keymap.c')
-rw-r--r--quantum/dynamic_keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/dynamic_keymap.c b/quantum/dynamic_keymap.c
index c406be4585..90a0f20838 100644
--- a/quantum/dynamic_keymap.c
+++ b/quantum/dynamic_keymap.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "keymap.h" // to get keymaps[][][]
+#include "keymap_introspection.h" // to get keymaps[][][]
#include "eeprom.h"
#include "progmem.h" // to read default from flash
#include "quantum.h" // for send_string()