summaryrefslogtreecommitdiff
path: root/keyboards/butterstick/rules.mk
blob: cb969e8562a1177026c1c562f7a56a7bda029e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# MCU name
MCU = atmega32u4

# Bootloader selection
BOOTLOADER = atmel-dfu

MOUSEKEY_ENABLE 	= yes		# Mouse keys
EXTRAKEY_ENABLE 	= yes       # Audio control and System control
CONSOLE_ENABLE 		= yes       # Console for debug
COMMAND_ENABLE 		= no		# Commands for debug and configuration
NKRO_ENABLE = yes           # Enable N-Key Rollover
STENO_ENABLE		= yes 		# Needed for chording

OPT_DEFS += -DONLYQWERTY -DDEBUG_MATRIX
SRC += sten.c
LTO_ENABLE = yes