Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)
Co-authored-by: Nick Brassel <nick@tzarc.org>master
parent
f4ba17c4a0
commit
43843e19b6
@ -1,6 +1,3 @@ |
|||||||
# MCU name
|
|
||||||
MCU = atmega32u2
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
ENCODER_ENABLE = yes
|
ENCODER_ENABLE = yes
|
||||||
BACKLIGHT_ENABLE = no
|
BACKLIGHT_ENABLE = no
|
||||||
|
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"processor": "atmega32u2", |
||||||
|
"bootloader": "atmel-dfu" |
||||||
|
} |
@ -1,5 +1,2 @@ |
|||||||
# MCU name
|
|
||||||
MCU = atmega32u2
|
|
||||||
|
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
|
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"processor": "atmega32u4", |
||||||
|
"bootloader": "atmel-dfu" |
||||||
|
} |
@ -1,5 +1,8 @@ |
|||||||
{ |
{ |
||||||
"usb": { |
"usb": { |
||||||
"pid": "0xAD01" |
"pid": "0xAD01" |
||||||
} |
}, |
||||||
|
"processor": "STM32F303", |
||||||
|
"board": "QMK_PROTON_C", |
||||||
|
"bootloader": "stm32-dfu" |
||||||
} |
} |
||||||
|
@ -1,5 +1,8 @@ |
|||||||
{ |
{ |
||||||
"usb": { |
"usb": { |
||||||
"pid": "0xAD02" |
"pid": "0xAD02" |
||||||
} |
}, |
||||||
|
"processor": "STM32F303", |
||||||
|
"board": "QMK_PROTON_C", |
||||||
|
"bootloader": "stm32-dfu" |
||||||
} |
} |
||||||
|
@ -0,0 +1,4 @@ |
|||||||
|
{ |
||||||
|
"processor": "STM32F103", |
||||||
|
"bootloader": "stm32duino" |
||||||
|
} |
@ -1,5 +0,0 @@ |
|||||||
# MCU name
|
|
||||||
MCU = STM32F103
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
BOOTLOADER = stm32duino
|
|
@ -1 +1,3 @@ |
|||||||
ENCODER_ENABLE = yes
|
ENCODER_ENABLE = yes
|
||||||
|
|
||||||
|
DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev4/stm32f303
|
||||||
|
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"processor": "STM32F303", |
||||||
|
"board": "QMK_PROTON_C", |
||||||
|
"bootloader": "stm32-dfu" |
||||||
|
} |
@ -1,6 +0,0 @@ |
|||||||
# MCU name
|
|
||||||
MCU = STM32F303
|
|
||||||
BOARD = QMK_PROTON_C
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
BOOTLOADER = stm32-dfu
|
|
Loading…
Reference in new issue