1
0

Update unicode keycodes for consistency/easier merge

This commit is contained in:
Drashna Jaelre
2018-11-02 10:35:48 -07:00
parent 8087acdec1
commit 08bab87444
2 changed files with 9 additions and 9 deletions

View File

@@ -454,9 +454,9 @@ enum quantum_keycodes {
TERM_OFF,
#endif
UNICODE_MODE_OSX,
UNICODE_MODE_LINUX,
UNICODE_MODE_WINDOWS,
UNICODE_MODE_WIN_COMPOSE,
UNICODE_MODE_LNX,
UNICODE_MODE_WIN,
UNICODE_MODE_WINC,
UNICODE_MODE_OSX_RALT,
// always leave at the end
@@ -687,9 +687,9 @@ enum quantum_keycodes {
#endif
#define UC_M_OS UNICODE_MODE_OSX
#define UC_M_LN UNICODE_MODE_LINUX
#define UC_M_WI UNICODE_MODE_WINDOWS
#define UC_M_WC UNICODE_MODE_WINCOMPOSE
#define UC_M_LN UNICODE_MODE_LNX
#define UC_M_WI UNICODE_MODE_WIN
#define UC_M_WC UNICODE_MODE_WINC
#define UC_M_OR UNICODE_MODE_OSX_RALT
#ifdef SWAP_HANDS_ENABLE