Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)

Co-authored-by: Nick Brassel <nick@tzarc.org>
master
Ryan 2 years ago committed by GitHub
parent f4ba17c4a0
commit 43843e19b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      keyboards/dztech/dz60rgb/v1/rules.mk
  2. 2
      keyboards/evyd13/atom47/rev4/info.json
  3. 3
      keyboards/evyd13/atom47/rev4/rules.mk
  4. 2
      keyboards/helix/pico/info.json
  5. 2
      keyboards/helix/rev2/info.json
  6. 2
      keyboards/helix/rev3_4rows/info.json
  7. 2
      keyboards/helix/rev3_5rows/info.json
  8. 6
      keyboards/helix/rules.mk
  9. 4
      keyboards/hhkb/ansi/32u2/info.json
  10. 3
      keyboards/hhkb/ansi/32u2/rules.mk
  11. 4
      keyboards/hhkb/ansi/32u4/info.json
  12. 0
      keyboards/hhkb/ansi/32u4/rules.mk
  13. 8
      keyboards/hhkb/ansi/rules.mk
  14. 3
      keyboards/mechlovin/adelais/rgb_led/rev1/info.json
  15. 3
      keyboards/mechlovin/adelais/rgb_led/rev2/info.json
  16. 2
      keyboards/mechlovin/adelais/rgb_led/rev3/info.json
  17. 6
      keyboards/mechlovin/adelais/rgb_led/rev3/rules.mk
  18. 7
      keyboards/mechlovin/adelais/rules.mk
  19. 5
      keyboards/mechlovin/adelais/standard_led/arm/rev2/info.json
  20. 5
      keyboards/mechlovin/adelais/standard_led/arm/rev3/info.json
  21. 4
      keyboards/mechlovin/adelais/standard_led/arm/rev4/apm32f103/info.json
  22. 5
      keyboards/mechlovin/adelais/standard_led/arm/rev4/apm32f103/rules.mk
  23. 2
      keyboards/mechlovin/adelais/standard_led/arm/rev4/rules.mk
  24. 5
      keyboards/mechlovin/adelais/standard_led/arm/rev4/stm32f303/info.json
  25. 6
      keyboards/mechlovin/adelais/standard_led/arm/rev4/stm32f303/rules.mk
  26. 2
      keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json
  27. 6
      keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk
  28. 7
      keyboards/splitkb/kyria/rev1/proton_c/rules.mk
  29. 7
      keyboards/splitkb/kyria/rev2/proton_c/rules.mk
  30. 2
      keyboards/ymdk/ymd40/air40/info.json
  31. 7
      keyboards/ymdk/ymd40/air40/rules.mk

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

@ -12,7 +12,7 @@
"caps_lock": "D1", "caps_lock": "D1",
"on_state": 0 "on_state": 0
}, },
"processor": "atmega32u4", "processor": "atmega32u2",
"bootloader": "qmk-dfu", "bootloader": "qmk-dfu",
"layouts": { "layouts": {
"LAYOUT_split_space": { "LAYOUT_split_space": {

@ -1,6 +1,3 @@
# MCU name
MCU = atmega32u2
# Build Options # Build Options
ENCODER_ENABLE = yes ENCODER_ENABLE = yes
BACKLIGHT_ENABLE = no BACKLIGHT_ENABLE = no

@ -8,6 +8,8 @@
"pid": "0x0001", "pid": "0x0001",
"device_version": "0.0.2" "device_version": "0.0.2"
}, },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

@ -8,6 +8,8 @@
"pid": "0x0000", "pid": "0x0000",
"device_version": "0.0.1" "device_version": "0.0.1"
}, },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

@ -8,6 +8,8 @@
"pid": "0x0004", "pid": "0x0004",
"device_version": "0.0.1" "device_version": "0.0.1"
}, },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

@ -8,6 +8,8 @@
"pid": "0x0003", "pid": "0x0003",
"device_version": "0.0.1" "device_version": "0.0.1"
}, },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

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

@ -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,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options # Build Options
# change yes to no to disable # change yes to no to disable
# #
@ -34,3 +28,5 @@ SRC = matrix.c
# debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT # debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
# debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS)) # debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
# debug-off: all # debug-off: all
DEFAULT_FOLDER = hhkb/ansi/32u4

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

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

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

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

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

@ -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

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

@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
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
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality

@ -1,10 +1,3 @@
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu
WS2812_DRIVER = pwm WS2812_DRIVER = pwm
SERIAL_DRIVER = usart SERIAL_DRIVER = usart
AUDIO_ENABLE = no AUDIO_ENABLE = no

@ -1,10 +1,3 @@
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu
WS2812_DRIVER = pwm WS2812_DRIVER = pwm
SERIAL_DRIVER = usart SERIAL_DRIVER = usart
AUDIO_ENABLE = no AUDIO_ENABLE = no

@ -8,6 +8,8 @@
"pid": "0x0911", "pid": "0x0911",
"device_version": "0.0.1" "device_version": "0.0.1"
}, },
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": { "layouts": {
"LAYOUT_ortho_4x12": { "LAYOUT_ortho_4x12": {
"layout": [ "layout": [

@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options # Build Options
# change yes to no to disable # change yes to no to disable
# #
@ -23,4 +17,3 @@ AUDIO_SUPPORTED = no
KEY_LOCK_ENABLE = no KEY_LOCK_ENABLE = no
LAYOUTS = ortho_4x12 LAYOUTS = ortho_4x12

Loading…
Cancel
Save