diff --git a/Makefile b/Makefile index b7d4541..ed6a4d1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # project file name (use for schematic and board layout) -NAME ?= template +NAME ?= i2c_hd44780 # path to qeda QEDA := qeda diff --git a/template.kicad_pcb b/i2c_hd44780.kicad_pcb similarity index 100% rename from template.kicad_pcb rename to i2c_hd44780.kicad_pcb diff --git a/template.kicad_pro b/i2c_hd44780.kicad_pro similarity index 100% rename from template.kicad_pro rename to i2c_hd44780.kicad_pro diff --git a/template.kicad_sch b/i2c_hd44780.kicad_sch similarity index 100% rename from template.kicad_sch rename to i2c_hd44780.kicad_sch