Use the new debug mode

main
Josh Klar 2018-09-03 13:50:27 -07:00
parent ef639f5292
commit 5ba6f15335
1 changed files with 3 additions and 0 deletions

View File

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