Add svlinky converter (#24449)

This commit is contained in:
Sadek Baroudi
2024-10-11 16:16:25 -07:00
committed by GitHub
parent 8844fba607
commit 9d17779832
5 changed files with 58 additions and 1 deletions

View File

@@ -84,6 +84,11 @@
"board": "STEMCELL",
"bootloader": "tinyuf2",
"processor": "STM32F411"
},
"svlinky": {
"board": "QMK_PM2040",
"bootloader": "rp2040",
"processor": "RP2040"
}
}
}