blob: e394fbf1e647293334a0888ad82f71ce44300f2a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#----------------------------------------------------------------------------
# make ergotaco:default:dfu
# Make sure you have dfu-programmer installed!
#----------------------------------------------------------------------------
# Firmware options
#Debug options
VERBOSE = yes
DEBUG_MATRIX_SCAN_RATE = no
DEBUG_MATRIX = yes
|