Re-add LED support

This reverts commit 5b069a0104.
This commit is contained in:
Josh Klar
2019-07-12 17:11:36 -07:00
committed by Kyle Brown
parent f6a39acd26
commit d34e8ce9d2
52 changed files with 1785 additions and 206 deletions

View File

@@ -1,7 +1,7 @@
from kmk.boards.kitsym4_iris import Firmware
from kmk.boards.converter.keebio.iris_r2 import Firmware
from kmk.consts import LeaderMode, UnicodeMode
from kmk.handlers.sequences import compile_unicode_string_sequences as cuss
from kmk.handlers.sequences import send_string, simple_key_sequence
from kmk.handlers.sequences import send_string
from kmk.keys import KC
keyboard = Firmware()