You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
838 B

  1. # MCU name
  2. MCU = STM32F303
  3. # Use SPI for RGB underglow:
  4. WS2812_DRIVER = spi
  5. # Build Options
  6. # comment out to disable the options.
  7. #
  8. BACKLIGHT_ENABLE = yes
  9. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  10. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  11. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  12. CONSOLE_ENABLE = no # Console for debug(+400)
  13. COMMAND_ENABLE = no # Commands for debug and configuration
  14. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  15. AUDIO_ENABLE = no
  16. RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality
  17. MIDI_ENABLE = no # MIDI controls
  18. UNICODE_ENABLE = no # Unicode
  19. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  20. LEADER_ENABLE = yes