]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/chibios_test/Makefile
Add double arrow Unicode characters to FMU layer
[qmk_firmware.git] / keyboards / chibios_test / Makefile
1 SUBPROJECT_DEFAULT = stm32_f072_onekey
2
3 #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
4 MOUSEKEY_ENABLE ?= yes  # Mouse keys
5 EXTRAKEY_ENABLE ?= yes  # Audio control and System control
6 CONSOLE_ENABLE ?= yes   # Console for debug
7 COMMAND_ENABLE ?= yes    # Commands for debug and configuration
8 SLEEP_LED_ENABLE ?= yes  # Breathing sleep LED during USB suspend
9 NKRO_ENABLE ?= yes          # USB Nkey Rollover
10 CUSTOM_MATRIX ?= yes # Custom matrix file
11
12 ifndef QUANTUM_DIR
13         include ../../Makefile
14 endif