qmk-dactyl-manuform-a/keyboards/lazydesigners/the60/rev1/rules.mk

17 lines
490 B
Makefile
Raw Normal View History

2019-03-14 00:26:25 +01:00
# MCU name
MCU = atmega32u4
# Bootloader selection
2019-03-14 00:26:25 +01:00
BOOTLOADER = atmel-dfu
# Build Options
2021-12-13 03:05:37 +01:00
# change yes to no to disable
2019-03-14 00:26:25 +01: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-14 00:26:25 +01:00
COMMAND_ENABLE = no # Commands for debug and configuration
2021-12-09 06:05:44 +01:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2019-03-14 00:26:25 +01:00
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality