rules.mk 733 B

1234567891011121314151617181920212223
  1. # MCU name
  2. MCU = STM32F072
  3. BOARD = ST_STM32F072B_DISCOVERY
  4. # Build Options
  5. # comment out to disable the options.
  6. #
  7. #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  8. MOUSEKEY_ENABLE = yes # Mouse keys
  9. EXTRAKEY_ENABLE = yes # Audio control and System control
  10. CONSOLE_ENABLE = yes # Console for debug
  11. COMMAND_ENABLE = yes # Commands for debug and configuration
  12. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  13. NKRO_ENABLE = yes # USB Nkey Rollover
  14. CUSTOM_MATRIX = no # Custom matrix file
  15. # BACKLIGHT_ENABLE = yes
  16. # RGBLIGHT_ENABLE = yes
  17. NO_USB_STARTUP_CHECK = yes # Workaround for issue 6369
  18. # Enter lower-power sleep mode when on the ChibiOS idle thread
  19. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE