Makefile 499 B

1234567891011121314
  1. SUBPROJECT_DEFAULT = stm32_f072_onekey
  2. #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  3. MOUSEKEY_ENABLE ?= yes # Mouse keys
  4. EXTRAKEY_ENABLE ?= yes # Audio control and System control
  5. CONSOLE_ENABLE ?= yes # Console for debug
  6. COMMAND_ENABLE ?= yes # Commands for debug and configuration
  7. SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend
  8. NKRO_ENABLE ?= yes # USB Nkey Rollover
  9. CUSTOM_MATRIX ?= yes # Custom matrix file
  10. ifndef QUANTUM_DIR
  11. include ../../Makefile
  12. endif