Added docs, and removed some old, not needed docs

This commit is contained in:
Kyle Brown
2018-12-10 18:48:32 -08:00
parent e6acef9648
commit 5ef6a7a96a
3 changed files with 2 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ keyboard.uart = keyboard.init_uart(tx=board.SDA, rx=board.SCL)
# ------------------User level config variables ---------------------------------------
keyboard.leader_mode = LeaderMode.TIMEOUT
keyboard.unicode_mode = UnicodeModes.LINUX
keyboard.unicode_mode = UnicodeMode.LINUX
keyboard.tap_time = 150
keyboard.leader_timeout = 2000
keyboard.debug_enabled = True