Most changes requested were done, and other general improvements.

This commit is contained in:
Kyle Brown
2018-09-26 23:19:11 -07:00
parent 14233b77d3
commit b3469d9fb2
4 changed files with 36 additions and 19 deletions

View File

@@ -1,7 +1,3 @@
try:
import machine
machine.reset()
from kmk.common.util import reset_keyboard
except ImportError:
import microcontroller
microcontroller.reset()
reset_keyboard()