Ver Fonte

Merge remote-tracking branch 'origin/master' into develop

QMK Bot há 3 anos atrás
pai
commit
a61e549a31
30 ficheiros alterados com 30 adições e 0 exclusões
  1. 1 0
      keyboards/cantor/info.json
  2. 1 0
      keyboards/handwired/dygma/raise/rules.mk
  3. 1 0
      keyboards/handwired/macroboard/f401/rules.mk
  4. 1 0
      keyboards/handwired/macroboard/f411/rules.mk
  5. 1 0
      keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
  6. 1 0
      keyboards/handwired/onekey/blackpill_f401/rules.mk
  7. 1 0
      keyboards/handwired/onekey/blackpill_f411/rules.mk
  8. 1 0
      keyboards/handwired/pill60/blackpill_f401/rules.mk
  9. 1 0
      keyboards/handwired/pill60/blackpill_f411/rules.mk
  10. 1 0
      keyboards/handwired/riblee_f401/rules.mk
  11. 1 0
      keyboards/handwired/riblee_f411/rules.mk
  12. 1 0
      keyboards/handwired/tractyl_manuform/5x6_right/f411/rules.mk
  13. 1 0
      keyboards/handwired/uthol/rev3/rules.mk
  14. 1 0
      keyboards/kin80/blackpill401/rules.mk
  15. 1 0
      keyboards/kin80/blackpill411/rules.mk
  16. 1 0
      keyboards/mechwild/obe/f401/eeprom/rules.mk
  17. 1 0
      keyboards/mechwild/obe/f401/rules.mk
  18. 1 0
      keyboards/mechwild/obe/f411/eeprom/rules.mk
  19. 1 0
      keyboards/mechwild/obe/f411/rules.mk
  20. 1 0
      keyboards/mechwild/waka60/f401/eeprom/rules.mk
  21. 1 0
      keyboards/mechwild/waka60/f401/rules.mk
  22. 1 0
      keyboards/mechwild/waka60/f411/eeprom/rules.mk
  23. 1 0
      keyboards/mechwild/waka60/f411/rules.mk
  24. 1 0
      keyboards/mlego/m60_split/rev2/rules.mk
  25. 1 0
      keyboards/tkw/grandiceps/rules.mk
  26. 1 0
      keyboards/tkw/stoutgat/v2/f411/rules.mk
  27. 1 0
      keyboards/tronguylabs/m122_3270/blackpill/rules.mk
  28. 1 0
      keyboards/yanghu/unicorne/f411/rules.mk
  29. 1 0
      keyboards/zvecr/zv48/f401/rules.mk
  30. 1 0
      keyboards/zvecr/zv48/f411/rules.mk

+ 1 - 0
keyboards/cantor/info.json

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

+ 1 - 0
keyboards/handwired/dygma/raise/rules.mk

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

+ 1 - 0
keyboards/handwired/macroboard/f401/rules.mk

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

+ 1 - 0
keyboards/handwired/macroboard/f411/rules.mk

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

+ 1 - 0
keyboards/handwired/meck_tkl/blackpill_f401/rules.mk

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

+ 1 - 0
keyboards/handwired/onekey/blackpill_f401/rules.mk

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

+ 1 - 0
keyboards/handwired/onekey/blackpill_f411/rules.mk

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

+ 1 - 0
keyboards/handwired/pill60/blackpill_f401/rules.mk

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

+ 1 - 0
keyboards/handwired/pill60/blackpill_f411/rules.mk

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

+ 1 - 0
keyboards/handwired/riblee_f401/rules.mk

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

+ 1 - 0
keyboards/handwired/riblee_f411/rules.mk

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

+ 1 - 0
keyboards/handwired/tractyl_manuform/5x6_right/f411/rules.mk

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

+ 1 - 0
keyboards/handwired/uthol/rev3/rules.mk

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

+ 1 - 0
keyboards/kin80/blackpill401/rules.mk

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

+ 1 - 0
keyboards/kin80/blackpill411/rules.mk

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

+ 1 - 0
keyboards/mechwild/obe/f401/eeprom/rules.mk

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

+ 1 - 0
keyboards/mechwild/obe/f401/rules.mk

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

+ 1 - 0
keyboards/mechwild/obe/f411/eeprom/rules.mk

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

+ 1 - 0
keyboards/mechwild/obe/f411/rules.mk

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

+ 1 - 0
keyboards/mechwild/waka60/f401/eeprom/rules.mk

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

+ 1 - 0
keyboards/mechwild/waka60/f401/rules.mk

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

+ 1 - 0
keyboards/mechwild/waka60/f411/eeprom/rules.mk

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

+ 1 - 0
keyboards/mechwild/waka60/f411/rules.mk

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

+ 1 - 0
keyboards/mlego/m60_split/rev2/rules.mk

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

+ 1 - 0
keyboards/tkw/grandiceps/rules.mk

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

+ 1 - 0
keyboards/tkw/stoutgat/v2/f411/rules.mk

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

+ 1 - 0
keyboards/tronguylabs/m122_3270/blackpill/rules.mk

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

+ 1 - 0
keyboards/yanghu/unicorne/f411/rules.mk

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

+ 1 - 0
keyboards/zvecr/zv48/f401/rules.mk

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

+ 1 - 0
keyboards/zvecr/zv48/f411/rules.mk

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