Skip to content

Commit

Permalink
Use the new debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
klardotsh committed Sep 3, 2018
1 parent ef639f5 commit 5ba6f15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/klardotsh/twotwo_matrix_feather.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from logging import DEBUG

import board

from kmk.common.consts import DiodeOrientation
Expand All @@ -20,6 +22,7 @@ def main():
row_pins=rows,
col_pins=cols,
diode_orientation=diode_orientation,
log_level=DEBUG,
)

firmware.go()

0 comments on commit 5ba6f15

Please sign in to comment.