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.

34 lines
1.0 KiB

  1. # MCU name
  2. MCU = STM32F411
  3. BOARD = BLACKPILL_STM32_F411
  4. # Bootloader selection
  5. BOOTLOADER := tinyuf2
  6. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  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 = no # Commands for debug and configuration
  11. NKRO_ENABLE = yes # Enable N-Key Rollover
  12. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  13. AUDIO_ENABLE = yes # Audio output
  14. AUDIO_SUPPORTED = yes # is set to no in kb, needs to be forcibly enabled
  15. KEYBOARD_SHARED_EP = yes
  16. MOUSE_SHARED_EP = yes
  17. EEPROM_DRIVER = spi
  18. WS2812_DRIVER = pwm
  19. SERIAL_DRIVER = usart
  20. AUDIO_DRIVER = pwm_hardware
  21. BACKLIGHT_DRIVER = pwm
  22. AUTOCORRECTION_ENABLE = yes
  23. CAPS_WORD_ENABLE = yes
  24. SWAP_HANDS_ENABLE = yes
  25. TAP_DANCE_ENABLE = yes
  26. DEBOUNCE_TYPE = asym_eager_defer_pk
  27. WPM_ENABLE = yes
  28. LTO_ENABLE = no
  29. # OPT = 3