qmk_firmware/keyboards/efreet/rules.mk

17 lines
623 B
Makefile
Raw Normal View History

# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
2020-10-31 12:56:08 -07:00
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
2021-12-08 21:05:44 -08:00
NKRO_ENABLE = yes # Enable N-Key Rollover
2020-10-31 12:56:08 -07:00
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
2020-10-31 12:56:08 -07:00
AUDIO_ENABLE = no # Audio output
# Disable unsupported hardware
RGBLIGHT_SUPPORTED = no
AUDIO_SUPPORTED = no