Use the new debug mode

This commit is contained in:
Josh Klar 2018-09-03 13:50:27 -07:00
parent ef639f5292
commit 5ba6f15335

View File

@ -1,3 +1,5 @@
from logging import DEBUG
import board
from kmk.common.consts import DiodeOrientation
@ -20,6 +22,7 @@ def main():
row_pins=rows,
col_pins=cols,
diode_orientation=diode_orientation,
log_level=DEBUG,
)
firmware.go()