* add CBU module * boardgen templates These should go in boardgen package. Included here for reference * boardgen output * [boards] Update for latest version of boardgen * [boards] Change CBU silkscreen, add variant file --------- Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
15 lines
193 B
JSON
15 lines
193 B
JSON
{
|
|
"pcb": {
|
|
"templates": [
|
|
"tuya2l",
|
|
"rf-type1",
|
|
"tuya2l-shield"
|
|
],
|
|
"vars": {
|
|
"MASK_PRESET": "mask_blue_light",
|
|
"TRACE_COLOR": "#58839B",
|
|
"SILK_COLOR": "white"
|
|
}
|
|
}
|
|
}
|