rules.mk 737 B

12345678910111213141516171819202122
  1. # MCU name
  2. MCU = STM32F303
  3. # Build Options
  4. # comment out to disable the options.
  5. #
  6. BACKLIGHT_ENABLE = no
  7. BOOTMAGIC_ENABLE = no # 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 = 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. CUSTOM_MATRIX = no # Custom matrix file
  16. AUDIO_ENABLE = yes
  17. RGBLIGHT_ENABLE = no
  18. RGB_MATRIX_ENABLE = no #WS2812
  19. HAPTIC_ENABLE += DRV2605L
  20. QWIIC_ENABLE += MICRO_OLED
  21. # SERIAL_LINK_ENABLE = yes