]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/butterstick/rules.mk
🐮🥛 Butterstick Support 🥛🐮 (#5742)
[qmk_firmware.git] / keyboards / butterstick / rules.mk
1 # MCU name
2 MCU = atmega32u4
3 F_CPU = 16000000
4 ARCH = AVR8
5 F_USB = $(F_CPU)
6
7 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT -DONLYQWERTY -DDEBUG_MATRIX
8 SRC += sten.c
9 EXTRAFLAGS += -flto
10
11
12 BOOTLOADER = atmel-dfu
13 MOUSEKEY_ENABLE         = yes           # Mouse keys(+4700)
14 EXTRAKEY_ENABLE         = yes       # Audio control and System control(+450)
15 CONSOLE_ENABLE          = yes       # Console for debug(+400)
16 COMMAND_ENABLE          = no            # Commands for debug and configuration
17 NKRO_ENABLE             = yes       # USB Nkey Rollover
18 STENO_ENABLE            = yes           # Needed for chording
19