From e11dc84d574a162e17ae93b20e10e35285573116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 22 Jun 2022 19:18:57 +0200 Subject: [PATCH] rename project --- Makefile | 2 +- template.kicad_pcb => i2c_hd44780.kicad_pcb | 0 template.kicad_pro => i2c_hd44780.kicad_pro | 0 template.kicad_sch => i2c_hd44780.kicad_sch | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename template.kicad_pcb => i2c_hd44780.kicad_pcb (100%) rename template.kicad_pro => i2c_hd44780.kicad_pro (100%) rename template.kicad_sch => i2c_hd44780.kicad_sch (100%) 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