* 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>
16 lines
205 B
JSON
16 lines
205 B
JSON
{
|
|
"pcb": {
|
|
"templates": [
|
|
"esp12s",
|
|
"esp12e-shield",
|
|
"tuya-16x24",
|
|
"rf-type1"
|
|
],
|
|
"vars": {
|
|
"MASK_PRESET": "mask_white",
|
|
"TRACE_COLOR": "#E0E0E0",
|
|
"SILK_COLOR": "black"
|
|
}
|
|
}
|
|
}
|