1
0
Fork 0
qmk_firmware/keyboards/dk60/rules.mk

21 lines
666 B
Makefile
Raw Normal View History

# MCU name
2017-05-07 20:56:27 +00:00
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
2017-05-07 20:56:27 +00:00
2020-10-30 13:14:13 +00:00
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
2020-10-30 13:14:13 +00:00
MOUSEKEY_ENABLE = no # 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 05:05:44 +00:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2020-10-30 13:14:13 +00:00
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
SLEEP_LED_ENABLE = yes
2020-10-30 13:14:13 +00:00
UNICODE_ENABLE = yes