1
0

Move Unicode proccessing to unicode common

This commit is contained in:
Drashna Jaelre
2018-11-02 09:13:08 -07:00
parent a6e66f09ca
commit 9698e3f262
4 changed files with 43 additions and 11 deletions

View File

@@ -453,7 +453,11 @@ enum quantum_keycodes {
TERM_ON,
TERM_OFF,
#endif
UNI_OSX,
UNI_LINUX,
UNI_WIN,
UNI_WINC,
UNI_OSX_RALT,
// always leave at the end
SAFE_RANGE
};