rules.mk 617 B

1234567891011121314151617181920
  1. # MCU name
  2. MCU = STM32F303
  3. BOARD = QMK_PROTON_C
  4. # Build Options
  5. # comment out to disable the options.
  6. #
  7. BACKLIGHT_ENABLE = no
  8. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  9. MOUSEKEY_ENABLE = yes # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = no # Commands for debug and configuration
  13. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  14. NKRO_ENABLE = yes # USB Nkey Rollover
  15. AUDIO_ENABLE = yes
  16. MIDI_ENABLE = yes # MIDI controls
  17. RGBLIGHT_ENABLE = no
  18. ENCODER_ENABLE = yes
  19. # SERIAL_LINK_ENABLE = yes