]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/clueboard/66_hotswap/prototype/rules.mk
Clueboard 66% Hotswap Support (#5204)
[qmk_firmware.git] / keyboards / clueboard / 66_hotswap / prototype / rules.mk
1 EXTRAFLAGS += -flto
2 LAYOUTS = 66_ansi
3 MCU = atmega32u4
4 F_CPU = 16000000
5 ARCH = AVR8
6 F_USB = $(F_CPU)
7 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
8 OPT_DEFS += -DBOOTLOADER_SIZE=4096
9
10 # Build Options
11 #   comment out to disable the options.
12 #
13 BACKLIGHT_ENABLE = yes
14 BOOTMAGIC_ENABLE = no
15 MOUSEKEY_ENABLE = no
16 EXTRAKEY_ENABLE = yes
17 CONSOLE_ENABLE = yes
18 COMMAND_ENABLE = no
19 NKRO_ENABLE = yes
20 AUDIO_ENABLE = yes
21 RGBLIGHT_ENABLE = yes
22 MIDI_ENABLE = no
23 UNICODE_ENABLE = no
24 BLUETOOTH_ENABLE = no