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)