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/satt | |
| parent | f090881aebbd7af74294b53fabdf55a35004f190 (diff) | |
Rename keymap_extras headers for consistency (#16939)
Diffstat (limited to 'keyboards/satt')
| -rw-r--r-- | keyboards/satt/comet46/keymaps/satt/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/satt/vision/keymaps/satt/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/satt/vision/keymaps/satt/keymap_jis2us.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/satt/comet46/keymaps/satt/keymap.c b/keyboards/satt/comet46/keymaps/satt/keymap.c index 57aa635934..cdd094f747 100644 --- a/keyboards/satt/comet46/keymaps/satt/keymap.c +++ b/keyboards/satt/comet46/keymaps/satt/keymap.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include QMK_KEYBOARD_H | 4 | #include QMK_KEYBOARD_H |
| 5 | #include "keymap_jis2us.h" | 5 | #include "keymap_jis2us.h" |
| 6 | #include "action_pseudo_lut.h" | 6 | #include "action_pseudo_lut.h" |
| 7 | #include "keymap_jp.h" | 7 | #include "keymap_japanese.h" |
| 8 | #ifdef SSD1306OLED | 8 | #ifdef SSD1306OLED |
| 9 | #include "ssd1306.h" | 9 | #include "ssd1306.h" |
| 10 | #endif | 10 | #endif |
diff --git a/keyboards/satt/vision/keymaps/satt/keymap.c b/keyboards/satt/vision/keymaps/satt/keymap.c index 9529653408..4289fbc20a 100644 --- a/keyboards/satt/vision/keymaps/satt/keymap.c +++ b/keyboards/satt/vision/keymaps/satt/keymap.c | |||
| @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | #include QMK_KEYBOARD_H | 18 | #include QMK_KEYBOARD_H |
| 19 | #include "keymap_jis2us.h" | 19 | #include "keymap_jis2us.h" |
| 20 | #include "action_pseudo.h" | 20 | #include "action_pseudo.h" |
| 21 | #include "keymap_jp.h" | 21 | #include "keymap_japanese.h" |
| 22 | 22 | ||
| 23 | enum custom_keycodes { | 23 | enum custom_keycodes { |
| 24 | JIS2US = SAFE_RANGE, /* JIS2US keycode */ | 24 | JIS2US = SAFE_RANGE, /* JIS2US keycode */ |
diff --git a/keyboards/satt/vision/keymaps/satt/keymap_jis2us.h b/keyboards/satt/vision/keymaps/satt/keymap_jis2us.h index 0b811fd03a..163ae84fb4 100644 --- a/keyboards/satt/vision/keymaps/satt/keymap_jis2us.h +++ b/keyboards/satt/vision/keymaps/satt/keymap_jis2us.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include "keymap_jp.h" | 19 | #include "keymap_japanese.h" |
| 20 | 20 | ||
| 21 | // clang-format off | 21 | // clang-format off |
| 22 | /* Keymap for converting JIS to US */ | 22 | /* Keymap for converting JIS to US */ |
