qmk-keychron-q3-colemak-dh/keyboards/boston/keymaps/vial/rules.mk
Pylon 9d435ee0b1
Added backlight support, renamed "via" folder to "vial" (#35)
* Increased layer count (due to increased EEPROM emulation size in Vial 0.4)

* Added backlights support, renamed "via" folder to "vial"

* Revert "Added backlights support, renamed "via" folder to "vial""

This reverts commit da4497235be63c1aca900e11ebdefd7f166adfc6.

* Added backlight support, renamed "via" folder to "vial"

Co-authored-by: bluepylons <jwang@fluentbio.com>
2021-07-18 14:43:52 -04:00

35 lines
1.1 KiB
Makefile

# MCU name
MCU = STM32F072
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
# RGB setting
WS2812_DRIVER = bitbang
#Vial
VIA_ENABLE = yes
VIAL_ENABLE = yes
VIAL_ENCODERS_ENABLE = yes