rules.mk 824 B

12345678910111213141516171819202122232425
  1. # projecct specific files
  2. # Cortex version
  3. MCU = STM32F303
  4. # Build Options
  5. # comment out to disable the options.
  6. #
  7. BACKLIGHT_ENABLE = no
  8. BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
  9. ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
  10. MOUSEKEY_ENABLE = yes # Mouse keys
  11. EXTRAKEY_ENABLE = yes # Audio control and System control
  12. CONSOLE_ENABLE = no # Console for debug
  13. COMMAND_ENABLE = yes # Commands for debug and configuration
  14. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  15. NKRO_ENABLE = yes # USB Nkey Rollover
  16. CUSTOM_MATRIX = no # Custom matrix file
  17. AUDIO_ENABLE = yes
  18. RGBLIGHT_ENABLE = yes
  19. RGB_MATRIX_ENABLE = no #WS2812 once arm_rgb is implemented
  20. HAPTIC_ENABLE += DRV2605L
  21. QWIIC_ENABLE += MICRO_OLED
  22. ENCODER_ENABLER = yes
  23. # SERIAL_LINK_ENABLE = yes