summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-04-02 05:31:22 +0100
committerGitHub <noreply@github.com>2023-04-02 05:31:22 +0100
commit1fb06ee9afac2c58e01b9b0be72200dd88f828c3 (patch)
treeb12fb1a90af9d8c5550d1c406ff758ac9db566da /users
parent1b8c7c39d7ec58da415aae8c8ca607013a26f4f8 (diff)
Remove some use of keymap.h (#20316)
Diffstat (limited to 'users')
-rw-r--r--users/bcat/bcat.h2
-rw-r--r--users/toinux/keymap_qwerty_fr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/users/bcat/bcat.h b/users/bcat/bcat.h
index 4a88acba7d..6fc84937c4 100644
--- a/users/bcat/bcat.h
+++ b/users/bcat/bcat.h
@@ -18,7 +18,7 @@
#include <stdbool.h>
-#include "keymap.h"
+#include "keycodes.h"
/* Layer numbers shared across keymaps. */
enum user_layer {
diff --git a/users/toinux/keymap_qwerty_fr.h b/users/toinux/keymap_qwerty_fr.h
index 4bd50c4075..3c0195c7f0 100644
--- a/users/toinux/keymap_qwerty_fr.h
+++ b/users/toinux/keymap_qwerty_fr.h
@@ -16,7 +16,7 @@
#pragma once
-#include "keymap.h"
+#include "keycodes.h"
// clang-format off