From 2b94f6b36d8a009ff96ca336e1a6b08ba4c225f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 16 Oct 2017 09:44:29 +0200 Subject: [PATCH] add gEDA configuration files --- gafrc | 4 ++++ gschemrc | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 gafrc create mode 100644 gschemrc diff --git a/gafrc b/gafrc new file mode 100644 index 0000000..d5ca56c --- /dev/null +++ b/gafrc @@ -0,0 +1,4 @@ +; .sch gEDA configuration file +(define library "lib") +(component-library (build-path library "symbols")) +(component-library (build-path library "footprints")) diff --git a/gschemrc b/gschemrc new file mode 100644 index 0000000..9b2d0de --- /dev/null +++ b/gschemrc @@ -0,0 +1,2 @@ +; gschem configuration file +;(output-color "enabled") ; for color postscript output (black background)