Initial attempt to merge internal_state with kmk_keyboard. Seems to work on Plank so far

This commit is contained in:
Josh Klar
2019-07-28 17:09:58 -07:00
parent ea327f8f76
commit 9821f7bcc3
15 changed files with 879 additions and 812 deletions

View File

@@ -9,10 +9,3 @@ class UnicodeMode:
LINUX = IBUS = 1
MACOS = OSX = RALT = 2
WINC = 3
class LeaderMode:
TIMEOUT = 0
TIMEOUT_ACTIVE = 1
ENTER = 2
ENTER_ACTIVE = 3