Rename keymap_extras headers for consistency (#16939)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "keymap_jis2us.h"
|
||||
#include "action_pseudo_lut.h"
|
||||
#include "keymap_jp.h"
|
||||
#include "keymap_japanese.h"
|
||||
#ifdef SSD1306OLED
|
||||
#include "ssd1306.h"
|
||||
#endif
|
||||
|
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "keymap_jis2us.h"
|
||||
#include "action_pseudo.h"
|
||||
#include "keymap_jp.h"
|
||||
#include "keymap_japanese.h"
|
||||
|
||||
enum custom_keycodes {
|
||||
JIS2US = SAFE_RANGE, /* JIS2US keycode */
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "keymap_jp.h"
|
||||
#include "keymap_japanese.h"
|
||||
|
||||
// clang-format off
|
||||
/* Keymap for converting JIS to US */
|
||||
|
Reference in New Issue
Block a user