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.

11 lines
367 B

  1. # Proton C MCU settings for converting AVR projects
  2. TARGET := $(TARGET)_proton_c
  3. MCU := STM32F303
  4. BOARD := QMK_PROTON_C
  5. OPT_DEFS += -DCONVERT_TO_PROTON_C
  6. # These are defaults based on what has been implemented for ARM boards
  7. AUDIO_ENABLE = yes
  8. WS2812_DRIVER = bitbang
  9. # Force task driven PWM until ARM can provide automatic configuration
  10. BACKLIGHT_DRIVER = software