Clean up remaining rules.mk MCU
/BOOTLOADER
s (#19778)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"usb": {
|
||||
"pid": "0xAEC1"
|
||||
},
|
||||
"processor": "STM32F303",
|
||||
"board": "QMK_PROTON_C",
|
||||
"bootloader": "stm32-dfu",
|
||||
"indicators": {
|
||||
"caps_lock": "B2",
|
||||
"num_lock": "C15",
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"usb": {
|
||||
"pid": "0xAEC2"
|
||||
},
|
||||
"processor": "STM32F303",
|
||||
"board": "QMK_PROTON_C",
|
||||
"bootloader": "stm32-dfu",
|
||||
"indicators": {
|
||||
"caps_lock": "B2",
|
||||
"num_lock": "C15",
|
||||
|
@@ -3,6 +3,8 @@
|
||||
"usb": {
|
||||
"pid": "0xAEC3"
|
||||
},
|
||||
"processor": "STM32F103",
|
||||
"bootloader": "stm32duino",
|
||||
"indicators": {
|
||||
"caps_lock": "C14",
|
||||
"num_lock": "A0",
|
||||
|
@@ -1,9 +1,3 @@
|
||||
# MCU name
|
||||
MCU = STM32F103
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32duino
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
Reference in New Issue
Block a user