rules.mk 638 B

12345678910111213141516171819202122
  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. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  16. NKRO_ENABLE = yes # USB Nkey Rollover
  17. AUDIO_ENABLE = yes
  18. MIDI_ENABLE = yes # MIDI controls
  19. RGBLIGHT_ENABLE = no
  20. ENCODER_ENABLE = yes