fix formatting Example of new "Extension"/plugin system, using LED Cleanup of RGB code staticmethod to proper, normal methods Needs cleanup, but: migrate Leader to Extension API remove useless self reurns fix an AttributeError with Leader key removal Checkpoint from the weekend: split as an Extension (not working or done yet) wip
12 lines
199 B
Python
12 lines
199 B
Python
try:
|
|
from kmk.release_info import KMK_RELEASE
|
|
except Exception:
|
|
KMK_RELEASE = 'copied-from-git'
|
|
|
|
|
|
class UnicodeMode:
|
|
NOOP = 0
|
|
LINUX = IBUS = 1
|
|
MACOS = OSX = RALT = 2
|
|
WINC = 3
|