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.

21 lines
650 B

  1. # MCU name
  2. MCU = STM32F042
  3. BOARD = DEVICE_ONE
  4. # Build Options
  5. # comment out to disable the options.
  6. #
  7. BACKLIGHT_ENABLE = no
  8. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  9. MOUSEKEY_ENABLE = no # Mouse keys
  10. EXTRAKEY_ENABLE = no # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = no # Commands for debug and configuration
  13. NKRO_ENABLE = yes # USB Nkey Rollover
  14. NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
  15. LAYOUTS = 60_ansi 60_iso
  16. # Enter lower-power sleep mode when on the ChibiOS idle thread
  17. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE