Migrate build target markers to keyboard.json - DE (#23515)
This commit is contained in:
parent
e5e2b8a262
commit
22b3cf4e91
60 changed files with 52 additions and 269 deletions
|
@ -15,7 +15,9 @@
|
|||
"nkro": true,
|
||||
"unicode": true
|
||||
},
|
||||
"layouts": {
|
||||
"processor": "STM32F103",
|
||||
"bootloader": "custom",
|
||||
"layouts": {
|
||||
"LAYOUT_ergodox": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0.375, "w": 1.5},
|
|
@ -1,11 +1,7 @@
|
|||
# MCU name
|
||||
MCU = STM32F103
|
||||
# custom bootloader
|
||||
MCU_LDSCRIPT = stm32f103_bootloader
|
||||
BOARD = ST_NUCLEO64_F103RB
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = custom
|
||||
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue