Files
zsa_qmk_firmware/keyboards/arrayperipherals/1x4p1/rules.mk
T

21 lines
663 B
Makefile
Raw Normal View History

2020-12-28 12:27:00 -08:00
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
2020-12-28 12:27:00 -08:00
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
2021-12-09 16:05:44 +11:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2020-12-28 12:27:00 -08:00
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes
ENCODER_ENABLE = yes