converter.mk 232 B

12345678
  1. # Proton C MCU settings for converting AVR projects
  2. MCU := STM32F303
  3. BOARD := QMK_PROTON_C
  4. BOOTLOADER := stm32-dfu
  5. # These are defaults based on what has been implemented for ARM boards
  6. AUDIO_ENABLE ?= yes
  7. WS2812_DRIVER ?= bitbang