Migrate MCU and BOOTLOADER to data-driven (#19529)

This commit is contained in:
Ryan
2023-02-08 18:41:46 +11:00
committed by GitHub
parent 3499677b6a
commit f9aeea64c1
4886 changed files with 5301 additions and 14866 deletions

View File

@@ -6,6 +6,8 @@
"pid": "0x3537",
"device_version": "0.0.1"
},
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_4x6_right": {
"layout": [

View File

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

View File

@@ -1,3 +1,5 @@
{
"keyboard_name": "Tractyl Manuform(5x6) Arduino Micro (r)/ Pro Micro (l)"
"keyboard_name": "Tractyl Manuform(5x6) Arduino Micro (r)/ Pro Micro (l)",
"processor": "atmega32u4",
"bootloader": "caterina"
}

View File

@@ -1,5 +0,0 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina

View File

@@ -1,3 +1,5 @@
{
"keyboard_name": "Tractyl Manuform (5x6) Elite-C"
"keyboard_name": "Tractyl Manuform (5x6) Elite-C",
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
}

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
LTO_ENABLE := yes
RGBLIGHT_ENABLE = no
OLED_ENABLE = no

View File

@@ -1,3 +1,5 @@
{
"keyboard_name": "Tractyl Manuform (5x6) Proton-C"
"keyboard_name": "Tractyl Manuform (5x6) Proton-C",
"processor": "STM32F303",
"bootloader": "stm32-dfu"
}

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = STM32F303
# Bootloader selection
BOOTLOADER = stm32-dfu
# KEYBOARD_SHARED_EP = yes
CONSOLE_ENABLE = yes

View File

@@ -1,3 +1,6 @@
{
"keyboard_name": "Tractyl Manuform (5x6) BlackPill"
"keyboard_name": "Tractyl Manuform (5x6) BlackPill",
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"board": "BLACKPILL_STM32_F411"
}

View File

@@ -1,10 +1,3 @@
# MCU name
MCU = STM32F411
BOARD = BLACKPILL_STM32_F411
# Bootloader selection
BOOTLOADER = stm32-dfu
KEYBOARD_SHARED_EP = yes
CONSOLE_ENABLE = yes
MOUSE_SHARED_EP = yes

View File

@@ -1,3 +1,5 @@
{
"keyboard_name": "Tractyl Manuform (5x6) Teensy 2.0++"
"keyboard_name": "Tractyl Manuform (5x6) Teensy 2.0++",
"processor": "at90usb1286",
"bootloader": "halfkay"
}

View File

@@ -1,5 +0,0 @@
# MCU name
MCU = at90usb1286
# Bootloader selection
BOOTLOADER = halfkay