rules.mk 607 B

1234567891011121314151617
  1. MCU = STM32F303
  2. # Build Options
  3. # comment out to disable the options.
  4. #
  5. BACKLIGHT_ENABLE = no
  6. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  7. ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
  8. MOUSEKEY_ENABLE = yes # Mouse keys
  9. EXTRAKEY_ENABLE = yes # Audio control and System control
  10. CONSOLE_ENABLE = yes # Console for debug
  11. COMMAND_ENABLE = yes # Commands for debug and configuration
  12. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  13. NKRO_ENABLE = yes # USB Nkey Rollover
  14. AUDIO_ENABLE = yes
  15. RGBLIGHT_ENABLE = no
  16. # SERIAL_LINK_ENABLE = yes