forked from mirrors/qmk_userspace
Refactor CTPC logic to allow future converters (#16621)
* Refactor CTPC logic to allow future converters * Update builddefs/converters.mk Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
This commit is contained in:
parent
e6a7e7ac8e
commit
1660b2d2e2
5 changed files with 330 additions and 311 deletions
|
@ -1,10 +0,0 @@
|
|||
# Proton C MCU settings for converting AVR projects
|
||||
TARGET := $(TARGET)_proton_c
|
||||
MCU := STM32F303
|
||||
BOARD := QMK_PROTON_C
|
||||
BOOTLOADER := stm32-dfu
|
||||
OPT_DEFS += -DCONVERT_TO_PROTON_C
|
||||
|
||||
# These are defaults based on what has been implemented for ARM boards
|
||||
AUDIO_ENABLE ?= yes
|
||||
WS2812_DRIVER ?= bitbang
|
Loading…
Add table
Add a link
Reference in a new issue