Simplify LeaderHelper stuff, unbreak my own boards

This commit is contained in:
Josh Klar
2018-10-08 02:41:43 -07:00
parent 8c9fc9db95
commit c6d8e5b406
2 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ import sys
import gc
from kmk.common.leader_mode import LeaderHelper
from kmk.firmware import Firmware
from kmk.micropython.matrix import MatrixScanner
from kmk.micropython.pyb_hid import HIDHelper
@@ -32,7 +31,6 @@ def main():
col_pins=cols,
diode_orientation=diode_orientation,
hid=HIDHelper,
leader_helper=LeaderHelper,
log_level=DEBUG,
matrix_scanner=MatrixScanner,
)