X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fchibios_test%2FMakefile;h=4b07a623432e97ec31a0e244cbf084a6d14a9200;hb=9eb71e97191f96e0e50175f2825deeac5d0835f7;hp=d9f2b8b83bac6ab7d23b3a1ee4ccc52668e0bdc8;hpb=ac978a50a2f523f2de7f928a6b41ac40469911c2;p=qmk_firmware.git diff --git a/keyboards/chibios_test/Makefile b/keyboards/chibios_test/Makefile index d9f2b8b83..4b07a6234 100644 --- a/keyboards/chibios_test/Makefile +++ b/keyboards/chibios_test/Makefile @@ -1,14 +1,5 @@ SUBPROJECT_DEFAULT = stm32_f072_onekey -#BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration -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 -SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend -NKRO_ENABLE ?= yes # USB Nkey Rollover -CUSTOM_MATRIX ?= yes # Custom matrix file - -ifndef QUANTUM_DIR +ifndef MAKEFILE_INCLUDED include ../../Makefile endif \ No newline at end of file