|
|
@@ -1,9 +1,3 @@
|
|
|
-# MCU name
|
|
|
-MCU = atmega32u4
|
|
|
-
|
|
|
-# Bootloader selection
|
|
|
-BOOTLOADER = atmel-dfu
|
|
|
-
|
|
|
# Build Options
|
|
|
# change yes to no to disable
|
|
|
#
|
|
|
@@ -34,3 +28,5 @@ SRC = matrix.c
|
|
|
# debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
|
|
|
# debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
|
|
|
# debug-off: all
|
|
|
+
|
|
|
+DEFAULT_FOLDER = hhkb/ansi/32u4
|