You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
754 B

  1. # MCU name
  2. MCU = STM32F072
  3. # Build Options
  4. # comment out to disable the options.
  5. #
  6. # EXTRAFLAGS+=-flto
  7. LTO_ENABLE = yes
  8. BACKLIGHT_ENABLE = no
  9. BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
  10. ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
  11. MOUSEKEY_ENABLE = no # Mouse keys
  12. EXTRAKEY_ENABLE = yes # Audio control and System control
  13. CONSOLE_ENABLE = no # Console for debug
  14. COMMAND_ENABLE = no # Commands for debug and configuration
  15. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  16. NKRO_ENABLE = yes # USB Nkey Rollover
  17. AUDIO_ENABLE = no
  18. RGBLIGHT_ENABLE = no
  19. SERIAL_LINK_ENABLE = no
  20. # Enter lower-power sleep mode when on the ChibiOS idle thread
  21. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE