Specify blackpill board files where relevant (#17521)

zvecr-patch-1
Joel Challis 3 years ago committed by GitHub
parent d978432812
commit 2757251218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      keyboards/cantor/info.json
  2. 1
      keyboards/handwired/dygma/raise/rules.mk
  3. 1
      keyboards/handwired/macroboard/f401/rules.mk
  4. 1
      keyboards/handwired/macroboard/f411/rules.mk
  5. 1
      keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
  6. 1
      keyboards/handwired/onekey/blackpill_f401/rules.mk
  7. 1
      keyboards/handwired/onekey/blackpill_f411/rules.mk
  8. 1
      keyboards/handwired/pill60/blackpill_f401/rules.mk
  9. 1
      keyboards/handwired/pill60/blackpill_f411/rules.mk
  10. 1
      keyboards/handwired/riblee_f401/rules.mk
  11. 1
      keyboards/handwired/riblee_f411/rules.mk
  12. 1
      keyboards/handwired/tractyl_manuform/5x6_right/f411/rules.mk
  13. 1
      keyboards/handwired/uthol/rev3/rules.mk
  14. 1
      keyboards/kin80/blackpill401/rules.mk
  15. 1
      keyboards/kin80/blackpill411/rules.mk
  16. 1
      keyboards/mechwild/obe/f401/eeprom/rules.mk
  17. 1
      keyboards/mechwild/obe/f401/rules.mk
  18. 1
      keyboards/mechwild/obe/f411/eeprom/rules.mk
  19. 1
      keyboards/mechwild/obe/f411/rules.mk
  20. 1
      keyboards/mechwild/waka60/f401/eeprom/rules.mk
  21. 1
      keyboards/mechwild/waka60/f401/rules.mk
  22. 1
      keyboards/mechwild/waka60/f411/eeprom/rules.mk
  23. 1
      keyboards/mechwild/waka60/f411/rules.mk
  24. 1
      keyboards/mlego/m60_split/rev2/rules.mk
  25. 1
      keyboards/tkw/grandiceps/rules.mk
  26. 1
      keyboards/tkw/stoutgat/v2/f411/rules.mk
  27. 1
      keyboards/tronguylabs/m122_3270/blackpill/rules.mk
  28. 1
      keyboards/yanghu/unicorne/f411/rules.mk
  29. 1
      keyboards/zvecr/zv48/f401/rules.mk
  30. 1
      keyboards/zvecr/zv48/f411/rules.mk

@ -12,6 +12,7 @@
"nkro": true "nkro": true
}, },
"processor": "STM32F401", "processor": "STM32F401",
"board": "BLACKPILL_STM32_F411",
"url": "https://github.com/diepala/cantor", "url": "https://github.com/diepala/cantor",
"usb": { "usb": {
"device_version": "1.0.0", "device_version": "1.0.0",

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F401 MCU = STM32F401
BOARD = BLACKPILL_STM32_F401
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

@ -1,5 +1,6 @@
# MCU name # MCU name
MCU = STM32F411 MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection # Bootloader selection
BOOTLOADER = stm32-dfu BOOTLOADER = stm32-dfu

Loading…
Cancel
Save