diff options
author | Ryan <fauxpark@gmail.com> | 2022-05-15 21:27:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 21:27:01 +1000 |
commit | 4a8bd7b9a523601911ba467588b2a6a0aa693db6 (patch) | |
tree | 3e61f2a3b648f01d15da3d9d84e3be5872ad5b4f /keyboards/pico | |
parent | f090881aebbd7af74294b53fabdf55a35004f190 (diff) |
Rename keymap_extras headers for consistency (#16939)
Diffstat (limited to 'keyboards/pico')
-rw-r--r-- | keyboards/pico/65keys/keymaps/jis/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/pico/70keys/keymaps/jis/keymap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/pico/65keys/keymaps/jis/keymap.c b/keyboards/pico/65keys/keymaps/jis/keymap.c index a3d2606613..35b01bbba4 100644 --- a/keyboards/pico/65keys/keymaps/jis/keymap.c +++ b/keyboards/pico/65keys/keymaps/jis/keymap.c @@ -1,5 +1,5 @@ #include QMK_KEYBOARD_H -#include"keymap_jp.h" +#include"keymap_japanese.h" // Each layer gets a name for readability, which is then used in the keymap matrix below. // The underscores don't mean anything - you can have a layer called STUFF or any other name. diff --git a/keyboards/pico/70keys/keymaps/jis/keymap.c b/keyboards/pico/70keys/keymaps/jis/keymap.c index 73109245e9..67d082d189 100644 --- a/keyboards/pico/70keys/keymaps/jis/keymap.c +++ b/keyboards/pico/70keys/keymaps/jis/keymap.c @@ -1,5 +1,5 @@ #include QMK_KEYBOARD_H -#include"keymap_jp.h" +#include"keymap_japanese.h" // Each layer gets a name for readability, which is then used in the keymap matrix below. // The underscores don't mean anything - you can have a layer called STUFF or any other name. |