Ignore defaults.hjson values if already set (#19511)
* Ignore defaults.hjson values if already set * Add warning when nothing is merged
This commit is contained in:
parent
403c7eeb5c
commit
974a1eaf2a
3 changed files with 12 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"keyboard_name": "Onekey Blackpill STM32F401 TinyUF2",
|
||||
"processor": "STM32F401",
|
||||
"development_board": "blackpill_f401",
|
||||
"bootloader": "tinyuf2",
|
||||
"board": "BLACKPILL_STM32_F401",
|
||||
"matrix_pins": {
|
||||
"cols": ["B0"],
|
||||
"rows": ["A7"]
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"keyboard_name": "Onekey Blackpill STM32F411 TinyUF2",
|
||||
"processor": "STM32F411",
|
||||
"development_board": "blackpill_f411",
|
||||
"bootloader": "tinyuf2",
|
||||
"board": "BLACKPILL_STM32_F411",
|
||||
"matrix_pins": {
|
||||
"cols": ["B0"],
|
||||
"rows": ["A7"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue