rules.mk 791 B

1234567891011121314151617181920212223
  1. # MCU name
  2. MCU = STM32F303
  3. # Build Options
  4. # comment out to disable the options.
  5. #
  6. BACKLIGHT_ENABLE = no
  7. BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
  8. ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
  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 #WS2812 once arm_rgb is implemented
  19. HAPTIC_ENABLE += DRV2605L
  20. QWIIC_ENABLE += MICRO_OLED
  21. ENCODER_ENABLER = yes
  22. # SERIAL_LINK_ENABLE = yes