rules.mk 803 B

1234567891011121314151617181920
  1. # MCU name
  2. MCU = STM32F072
  3. # Build Options
  4. # change yes to no to disable
  5. #
  6. BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
  7. MOUSEKEY_ENABLE = yes # Mouse keys
  8. EXTRAKEY_ENABLE = yes # Audio control and System control
  9. CONSOLE_ENABLE = yes # Console for debug
  10. COMMAND_ENABLE = yes # Commands for debug and configuration
  11. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  12. NKRO_ENABLE = yes # USB Nkey Rollover
  13. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  14. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  15. BLUETOOTH_ENABLE = no # Enable Bluetooth
  16. AUDIO_ENABLE = no # Audio output
  17. # Enter lower-power sleep mode when on the ChibiOS idle thread
  18. OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE