rules.mk 552 B

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