Files
zsa_qmk_firmware/keyboards/fc660c/rules.mk
T

24 lines
595 B
Makefile
Raw Normal View History

2017-11-26 08:17:14 +01:00
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
2017-11-26 08:17:14 +01:00
# Build Options
2021-12-13 13:05:37 +11:00
# change yes to no to disable
2017-11-26 08:17:14 +01:00
#
2021-08-06 23:59:56 -07:00
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
2020-06-15 20:06:10 +10:00
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
2021-12-09 16:05:44 +11:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2017-11-26 08:17:14 +01:00
# Optimize size but this may cause error "relocation truncated to fit"
#EXTRALDFLAGS = -Wl,--relax
CUSTOM_MATRIX = yes
SRC += matrix.c \
actuation_point.c \
i2c.c