Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
5
keyboards/durgod/dgk6x/info.json
Normal file
5
keyboards/durgod/dgk6x/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"processor": "STM32F072", // F070
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "DURGOD_STM32_F070"
|
||||
}
|
@@ -1,11 +1,3 @@
|
||||
# MCU name
|
||||
# Actually F070, but close enough
|
||||
MCU = STM32F072
|
||||
BOARD = DURGOD_STM32_F070
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Do not put the microcontroller into power saving mode
|
||||
NO_SUSPEND_POWER_DOWN = yes
|
||||
|
||||
|
5
keyboards/durgod/k310/base/info.json
Normal file
5
keyboards/durgod/k310/base/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"processor": "STM32F072", // F070
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "DURGOD_STM32_F070"
|
||||
}
|
@@ -1,11 +1,3 @@
|
||||
# MCU name
|
||||
# Actually F070, but close enough
|
||||
MCU = STM32F072
|
||||
BOARD = DURGOD_STM32_F070
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
5
keyboards/durgod/k320/base/info.json
Normal file
5
keyboards/durgod/k320/base/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"processor": "STM32F072", // F070
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "DURGOD_STM32_F070"
|
||||
}
|
@@ -1,11 +1,3 @@
|
||||
# MCU name
|
||||
# Actually F070, but close enough
|
||||
MCU = STM32F072
|
||||
BOARD = DURGOD_STM32_F070
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
Reference in New Issue
Block a user