60f3d3f6b2
* akira-60 initial commit * update vial-configs * config FEE_PAGE_COUNT 2 * config FEE_PAGE_COUNT 2 * resolve conflicts
16 lines
427 B
Makefile
16 lines
427 B
Makefile
# MCU name
|
|
MCU = STM32F042
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
AUDIO_ENABLE = no # Audio output
|