diff --git a/Makefile b/Makefile index 33b82a1..670a326 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # project file name (use for schematic and board layout) -NAME ?= template +NAME ?= usb-μbc_cable_tester SUBSHEET ?= # path to KiCad CLI KICAD = kicad-cli diff --git a/template.kicad_pcb b/usb-μbc_cable_tester.kicad_pcb similarity index 100% rename from template.kicad_pcb rename to usb-μbc_cable_tester.kicad_pcb diff --git a/template.kicad_pro b/usb-μbc_cable_tester.kicad_pro similarity index 100% rename from template.kicad_pro rename to usb-μbc_cable_tester.kicad_pro diff --git a/template.kicad_sch b/usb-μbc_cable_tester.kicad_sch similarity index 100% rename from template.kicad_sch rename to usb-μbc_cable_tester.kicad_sch