X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fchibios_test%2FMakefile;h=4b07a623432e97ec31a0e244cbf084a6d14a9200;hb=8994fca4eedeb465268b232e22ad904683e3efa9;hp=d9f2b8b83bac6ab7d23b3a1ee4ccc52668e0bdc8;hpb=97dfbd1afce005392aa8f067e89bdf95334bdea5;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