From 1fb06ee9afac2c58e01b9b0be72200dd88f828c3 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 2 Apr 2023 05:31:22 +0100 Subject: Remove some use of keymap.h (#20316) --- users/bcat/bcat.h | 2 +- users/toinux/keymap_qwerty_fr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'users') 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 -#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 -- cgit v1.2.3