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

21 lines
715 B
Makefile
Raw Normal View History

2021-01-14 00:17:47 +00:00
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
2021-01-14 00:17:47 +00: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 05:05:44 +00:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2021-01-14 00:17:47 +00: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 = lite
2021-01-14 00:17:47 +00:00
# project specific files
SRC += matrix.c
QUANTUM_LIB_SRC += uart.c
2021-01-14 00:17:47 +00:00
DEFAULT_FOLDER = sirius/uni660/rev2/ansi