]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/sirius/unigo66/rules.mk
[Keyboard] UniGo66 keyboard added (#4913)
[qmk_firmware.git] / keyboards / sirius / unigo66 / rules.mk
1 # MCU name
2 MCU = atmega32u4
3
4 F_CPU = 16000000
5
6 ARCH = AVR8
7
8 F_USB = $(F_CPU)
9
10 BOOTLOADER = atmel-dfu
11
12 # Interrupt driven control endpoint task
13 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
14
15 # Build Options
16 #   comment out to disable the options.
17 #
18 # BOOTMAGIC_ENABLE      = yes   # Virtual DIP switch configuration(+1000)
19 # MOUSEKEY_ENABLE       = yes   # Mouse keys(+4700)
20 EXTRAKEY_ENABLE         = yes   # Audio control and System control(+450)
21 # CONSOLE_ENABLE        = yes   # Console for debug(+400)
22 # COMMAND_ENABLE        = yes   # Commands for debug and configuration
23 # SLEEP_LED_ENABLE      = yes   # Breathing sleep LED during USB suspend
24 # NKRO_ENABLE           = yes   # USB Nkey Rollover - not yet supported in LUFA
25 # BACKLIGHT_ENABLE = yes
26 USB_HID_ENABLE = yes
27
28 CUSTOM_MATRIX = yes
29 SRC = custom_matrix.cpp
30
31 CUSTOM_MATRIX = yes
32 SRC = custom_matrix.cpp