1
0
Fork 0

Rename keymap_extras headers for consistency (#16939)

This commit is contained in:
Ryan 2022-05-15 21:27:01 +10:00 committed by GitHub
parent f090881aeb
commit 4a8bd7b9a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
131 changed files with 151 additions and 151 deletions

View file

@ -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 */

View file

@ -16,7 +16,7 @@
#pragma once
#include "keymap_jp.h"
#include "keymap_japanese.h"
// clang-format off
/* Keymap for converting JIS to US */