]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergotaco/rules.mk
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / ergotaco / rules.mk
1 #----------------------------------------------------------------------------
2 # make ergotaco:default:dfu
3 # Make sure you have dfu-programmer installed!
4 # Do not edit this file! Make a copy of keymaps/default and modify that!
5 #----------------------------------------------------------------------------
6
7 # Hardware info
8 MCU = atmega32u4
9 F_CPU = 16000000
10 ARCH = AVR8
11 BOOTLOADER = atmel-dfu
12 F_USB = $(F_CPU)
13
14 CUSTOM_MATRIX           = yes
15 EXTRAKEY_ENABLE         = yes
16 CONSOLE_ENABLE          = yes
17 COMMAND_ENABLE          = yes
18
19 # A bunch of stuff that you shouldn't touch unless you
20 # know what you're doing.
21 #
22 # No touchy, capiche?
23 SRC += matrix.c i2c_master.c
24 ifeq ($(strip $(DEBUG_MATRIX)), yes)
25     OPT_DEFS += -DDEBUG_MATRIX
26 endif