rules.mk 664 B

12345678910111213141516171819
  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 = no # Console for debug
  11. COMMAND_ENABLE = no # 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. MIDI_ENABLE = yes # MIDI controls
  16. RGBLIGHT_ENABLE = no
  17. ENCODER_ENABLE = yes
  18. # SERIAL_LINK_ENABLE = yes