1
0
Fork 0

Clean up remaining rules.mk MCU/BOOTLOADERs (#19778)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan 2023-02-17 14:15:06 +11:00 committed by GitHub
parent f4ba17c4a0
commit 43843e19b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 50 additions and 79 deletions

View file

@ -3,6 +3,9 @@
"usb": {
"pid": "0xAEC1"
},
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu",
"indicators": {
"caps_lock": "B2",
"num_lock": "C15",

View file

@ -3,6 +3,9 @@
"usb": {
"pid": "0xAEC2"
},
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu",
"indicators": {
"caps_lock": "B2",
"num_lock": "C15",

View file

@ -3,6 +3,8 @@
"usb": {
"pid": "0xAEC3"
},
"processor": "STM32F103",
"bootloader": "stm32duino",
"indicators": {
"caps_lock": "C14",
"num_lock": "A0",

View file

@ -1,9 +1,3 @@
# MCU name
MCU = STM32F103
# Bootloader selection
BOOTLOADER = stm32duino
# Build Options
# change yes to no to disable
#

View file

@ -1,10 +1,3 @@
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

View file

@ -1,5 +1,8 @@
{
"usb": {
"pid": "0xAD01"
}
},
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu"
}

View file

@ -1,5 +1,8 @@
{
"usb": {
"pid": "0xAD02"
}
},
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu"
}

View file

@ -0,0 +1,4 @@
{
"processor": "STM32F103",
"bootloader": "stm32duino"
}

View file

@ -1,5 +0,0 @@
# MCU name
MCU = STM32F103
# Bootloader selection
BOOTLOADER = stm32duino

View file

@ -1 +1,3 @@
ENCODER_ENABLE = yes
DEFAULT_FOLDER = mechlovin/adelais/standard_led/arm/rev4/stm32f303

View file

@ -0,0 +1,5 @@
{
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu"
}

View file

@ -1,6 +0,0 @@
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu

View file

@ -3,6 +3,8 @@
"usb": {
"pid": "0xAD04"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"indicators": {
"caps_lock": "E6",
"num_lock": "D7",

View file

@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality