summaryrefslogtreecommitdiff
path: root/keyboards/halfcliff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-05-15 21:27:01 +1000
committerGitHub <noreply@github.com>2022-05-15 21:27:01 +1000
commit4a8bd7b9a523601911ba467588b2a6a0aa693db6 (patch)
tree3e61f2a3b648f01d15da3d9d84e3be5872ad5b4f /keyboards/halfcliff
parentf090881aebbd7af74294b53fabdf55a35004f190 (diff)
Rename keymap_extras headers for consistency (#16939)
Diffstat (limited to 'keyboards/halfcliff')
-rw-r--r--keyboards/halfcliff/keymaps/default/keymap.c2
-rw-r--r--keyboards/halfcliff/keymaps/via/keymap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/halfcliff/keymaps/default/keymap.c b/keyboards/halfcliff/keymaps/default/keymap.c
index 02743f5d49..aff1ffb1de 100644
--- a/keyboards/halfcliff/keymaps/default/keymap.c
+++ b/keyboards/halfcliff/keymaps/default/keymap.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
-#include "keymap_jp.h"
+#include "keymap_japanese.h"
// Defines names for use in layer keycodes and the keymap
enum layer_names {
diff --git a/keyboards/halfcliff/keymaps/via/keymap.c b/keyboards/halfcliff/keymaps/via/keymap.c
index e0a825e7c3..424c56abe0 100644
--- a/keyboards/halfcliff/keymaps/via/keymap.c
+++ b/keyboards/halfcliff/keymaps/via/keymap.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H
-#include "keymap_jp.h"
+#include "keymap_japanese.h"
#define RAISE FN_MO13
#define LOWER FN_MO23