qmk_sweep_skeletyl/keyboards/xelus/kangaroo/rev2/rules.mk

25 lines
746 B
Makefile
Raw Normal View History

# MCU name
2022-08-30 05:03:30 +02:00
MCU = STM32L412
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
2021-12-13 03:05:37 +01:00
# 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
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
2021-12-09 06:05:44 +01:00
NKRO_ENABLE = yes # Enable N-Key Rollover
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EEPROM_DRIVER = i2c
2022-08-30 05:03:30 +02:00
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = embedded_flash
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE