rules.mk 644 B

1234567891011121314151617181920212223
  1. # MCU name
  2. MCU = STM32F303
  3. BOARD = QMK_PROTON_C
  4. # Bootloader selection
  5. BOOTLOADER = stm32-dfu
  6. # Build Options
  7. # comment out to disable the options.
  8. #
  9. BACKLIGHT_ENABLE = no
  10. BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
  11. MOUSEKEY_ENABLE = yes # 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. NKRO_ENABLE = yes # USB Nkey Rollover
  16. AUDIO_ENABLE = no
  17. RGBLIGHT_ENABLE = no
  18. LAYOUTS = ortho_4x12
  19. UNICODE_ENABLE = no # Unicode
  20. NO_SUSPEND_POWER_DOWN = yes
  21. UNICODEMAP_ENABLE = no