Resolves #38: Add KC.DEBUG to toggle log spew at runtime

This commit is contained in:
Josh Klar
2018-10-19 00:58:17 -07:00
parent 64202e2ec1
commit 54f7117712
4 changed files with 16 additions and 2 deletions

View File

@@ -530,6 +530,7 @@ class KMK(KeycodeCategory):
KC_LOCK = Keycode(1006)
KC_NO = Keycode(1107)
KC_TRANSPARENT = KC_TRNS = Keycode(1108)
KC_DEBUG = KC_DBG = Keycode(1112)
@staticmethod
def KC_UC_MODE(mode):