Fix some wrong keycode macros in locale mapping files (#15488)

This commit is contained in:
Yoichiro Tanaka 2021-12-16 14:59:04 +09:00 committed by GitHub
parent aed64aaef4
commit 231cd7a39f
Failed to generate hash of commit
4 changed files with 6 additions and 6 deletions

View file

@ -102,10 +102,10 @@
// Row 1
#define SK_RNGA S(SK_SCLN) // ° (dead)
#define SK_1 S(SK_PLUS) // 1
#define SK_2 S(SK_LACU) // 2
#define SK_2 S(SK_LCAR) // 2
#define SK_3 S(SK_SCAR) // 3
#define SK_4 S(SK_CCAR) // 4
#define SK_5 S(SK_TACU) // 5
#define SK_5 S(SK_TCAR) // 5
#define SK_6 S(SK_ZCAR) // 6
#define SK_7 S(SK_YACU) // 7
#define SK_8 S(SK_AACU) // 8