2
0

rules.mk 770 B

123456789101112131415161718192021222324
  1. # project 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 = no # 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 = no # 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 = no
  19. RGB_MATRIX_ENABLE = no #WS2812
  20. HAPTIC_ENABLE += DRV2605L
  21. QWIIC_ENABLE += MICRO_OLED
  22. # SERIAL_LINK_ENABLE = yes