diff --git a/boards/klardotsh/twotwo_matrix_feather.py b/boards/klardotsh/twotwo_matrix_feather.py index 84c9cb8ab..9a814c8ba 100644 --- a/boards/klardotsh/twotwo_matrix_feather.py +++ b/boards/klardotsh/twotwo_matrix_feather.py @@ -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()