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.

18 lines
614 B

  1. # MCU name
  2. MCU = STM32F042
  3. # Build Options
  4. # comment out to disable the options.
  5. #
  6. BACKLIGHT_ENABLE = no
  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 = no # Console for debug
  11. COMMAND_ENABLE = no # Commands for debug and configuration
  12. NKRO_ENABLE = yes # USB Nkey Rollover
  13. NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
  14. # Enter lower-power sleep mode when on the ChibiOS idle thread
  15. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE