From 38bfbfa61c8ab6b32ddb09b543fc485cc3778566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szczepaniak?= Date: Tue, 11 Jan 2022 20:43:41 +0100 Subject: [PATCH] Fix preonic_default example --- keys.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keys.scad b/keys.scad index 768110e..74b22ab 100644 --- a/keys.scad +++ b/keys.scad @@ -17,4 +17,4 @@ dcs_row(5) legend("⇪", size=9) key(); } */ // example layout -/* preonic_default("dcs"); */ \ No newline at end of file +/* preonic_default("dcs") key(); */