From df27954605d62320bf29d0d7f752c75c7e26a24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 25 Sep 2023 02:48:09 +0200 Subject: [PATCH] name project --- Makefile | 2 +- template.kicad_pcb => wled_chain.kicad_pcb | 0 template.kicad_pro => wled_chain.kicad_pro | 0 template.kicad_sch => wled_chain.kicad_sch | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename template.kicad_pcb => wled_chain.kicad_pcb (100%) rename template.kicad_pro => wled_chain.kicad_pro (100%) rename template.kicad_sch => wled_chain.kicad_sch (100%) diff --git a/Makefile b/Makefile index 62ae071..223d6a1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # project file name (use for schematic and board layout) -NAME ?= template +NAME ?= wled_chain SUBSHEET ?= # path to KiCad CLI KICAD = kicad-cli diff --git a/template.kicad_pcb b/wled_chain.kicad_pcb similarity index 100% rename from template.kicad_pcb rename to wled_chain.kicad_pcb diff --git a/template.kicad_pro b/wled_chain.kicad_pro similarity index 100% rename from template.kicad_pro rename to wled_chain.kicad_pro diff --git a/template.kicad_sch b/wled_chain.kicad_sch similarity index 100% rename from template.kicad_sch rename to wled_chain.kicad_sch