core: Add JPY to unimap position code

This commit is contained in:
tmk 2022-04-23 16:39:34 +09:00
parent 9643a76b8e
commit 059a330a29

View file

@ -264,6 +264,7 @@ enum unimap_position_codes {
#define UNIMAP_NUBS UNIMAP_NONUS_BSLASH #define UNIMAP_NUBS UNIMAP_NONUS_BSLASH
/* Japanese specific */ /* Japanese specific */
#define UNIMAP_ZKHK UNIMAP_GRAVE #define UNIMAP_ZKHK UNIMAP_GRAVE
#define UNIMAP_JPY UNIMAP_JYEN
/* Keypad */ /* Keypad */
#define UNIMAP_P1 UNIMAP_KP_1 #define UNIMAP_P1 UNIMAP_KP_1
#define UNIMAP_P2 UNIMAP_KP_2 #define UNIMAP_P2 UNIMAP_KP_2