Resolves #56 by moving kmk.common.* up a level to kmk.*

This commit is contained in:
Josh Klar
2018-10-11 18:02:13 -07:00
parent 30cd5da3f1
commit 00899d1b0f
35 changed files with 85 additions and 88 deletions

View File

@@ -2,8 +2,8 @@ import sys
import gc
from kmk.common.matrix import MatrixScanner
from kmk.firmware import Firmware
from kmk.matrix import MatrixScanner
from kmk.micropython.pyb_hid import HIDHelper