kmk.consts: rename UnicodeModes => UnicodeMode

This brings this naming into consistency with both fellow consts in the
same file (ex. LeaderMode is singular) as well as the variables in which
the consts are usually used (usually a `Firmware.unicode_mode` attribute
in a keymap).
This commit is contained in:
Josh Klar
2018-12-04 17:03:13 -08:00
parent 84a3fa8a04
commit d6a0538009
9 changed files with 25 additions and 25 deletions

View File

@@ -142,7 +142,7 @@ class DiodeOrientation:
ROWS = 1
class UnicodeModes:
class UnicodeMode:
NOOP = 0
LINUX = IBUS = 1
MACOS = OSX = RALT = 2