qmk_firmware/keyboards/lazydesigners/the60/rev1/rules.mk

17 lines
490 B
Makefile
Raw Normal View History

2019-03-13 23:26:25 +00:00
# MCU name
MCU = atmega32u4
# Bootloader selection
2019-03-13 23:26:25 +00:00
BOOTLOADER = atmel-dfu
# Build Options
2021-12-13 02:05:37 +00:00
# change yes to no to disable
2019-03-13 23:26:25 +00:00
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
2019-03-13 23:26:25 +00:00
COMMAND_ENABLE = no # Commands for debug and configuration
2021-12-09 05:05:44 +00:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2019-03-13 23:26:25 +00:00
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality