rules.mk 812 B

12345678910111213141516171819202122232425
  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 = full # Virtual DIP switch configuration
  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. MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
  20. UNICODE_ENABLE = no # Unicode
  21. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  22. NO_SUSPEND_POWER_DOWN = yes
  23. UNICODEMAP_ENABLE = no