qmk_firmware/keyboards/sirius/uni660/rev2/rules.mk

26 lines
777 B
Makefile
Raw Normal View History

2021-01-14 01:17:47 +01:00
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
2021-01-14 01:17:47 +01:00
MOUSEKEY_ENABLE = no # 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 06:05:44 +01:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2021-01-14 01:17:47 +01:00
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes # Unicode
CUSTOM_MATRIX = yes
# project specific files
2021-03-24 03:03:43 +01:00
SRC += matrix.c serial_uart.c
2021-01-14 01:17:47 +01:00
DEFAULT_FOLDER = sirius/uni660/rev2/ansi