qmk-keychron-q3-colemak-dh/keyboards/custommk/evo70/rules.mk
passing-comet 7753dbdab4
Enable Vial for the customMK EVO70 (#166)
* add vial support for evo70

* add default config for evo70

* add alternate tap dance build for evo70

* revert backlight_avr.c

* set unlock keys for evo70

* add unlock keys to evo70 tap dance build
2022-05-12 18:28:14 -06:00

23 lines
698 B
Makefile

# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = qmk-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
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
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
LTO_ENABLE = yes