rules.mk 774 B

12345678910111213141516171819202122232425
  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 = full # 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 = yes # Commands for debug and configuration
  13. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  14. NKRO_ENABLE = yes # USB Nkey Rollover
  15. CUSTOM_MATRIX = no # Custom matrix file
  16. AUDIO_ENABLE = yes
  17. RGBLIGHT_ENABLE = yes
  18. RGB_MATRIX_ENABLE = no # once arm_rgb is implemented
  19. RGB_MATRIX_DRIVER = WS2812
  20. HAPTIC_ENABLE += DRV2605L
  21. QWIIC_ENABLE = yes
  22. QWIIC_DRIVERS += MICRO_OLED
  23. ENCODER_ENABLER = yes
  24. # SERIAL_LINK_ENABLE = yes