]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/sixkeyboard/rules.mk
Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)
[qmk_firmware.git] / keyboards / sixkeyboard / rules.mk
1 SRC = matrix.c
2
3 # MCU name
4 MCU = atmega16u2
5
6
7 # Boot Section Size in *bytes*
8 #   Teensy halfKay   512
9 #   Teensy++ halfKay 1024
10 #   Atmel DFU loader 4096
11 #   LUFA bootloader  4096
12 #   USBaspLoader     2048
13 OPT_DEFS += -DBOOTLOADER_SIZE=4096
14
15
16 # Build Options
17 #   comment out to disable the options.
18 #
19 BOOTMAGIC_ENABLE = no           # Virtual DIP switch configuration(+1000)
20 MOUSEKEY_ENABLE = no            # Mouse keys(+4700)
21 EXTRAKEY_ENABLE = no            # Audio control and System control(+450)
22 CONSOLE_ENABLE = no             # Console for debug(+400)
23 COMMAND_ENABLE = no             # Commands for debug and configuration
24 SLEEP_LED_ENABLE = no   # Breathing sleep LED during USB suspend
25 NKRO_ENABLE = no                        # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
26 BACKLIGHT_ENABLE = no   # Enable keyboard backlight functionality
27 MIDI_ENABLE = no                        # MIDI controls
28 AUDIO_ENABLE = no
29 UNICODE_ENABLE = no             # Unicode
30 BLUETOOTH_ENABLE = no   # Enable Bluetooth with the Adafruit EZ-Key HID
31 CUSTOM_MATRIX = yes