qmk_firmware/keyboards/spaceman/yun65/rules.mk

19 lines
763 B
Makefile
Raw Normal View History

2021-02-09 21:18:53 -08:00
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
2021-12-12 18:05:37 -08:00
# change yes to no to disable
2021-02-09 21:18:53 -08:00
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
2021-02-09 21:18:53 -08: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-08 21:05:44 -08:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2021-02-09 21:18:53 -08:00
BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled
AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.