From 4c6dbc430634c78406f57a362e2e38a84095e987 Mon Sep 17 00:00:00 2001 From: Daniel Loffgren Date: Tue, 20 Sep 2022 22:30:54 -0700 Subject: [PATCH] layout.scad uses key_transformations.scad for translate_u(), and key_transformations.scad for key_profile() --- src/layouts/layout.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/layout.scad b/src/layouts/layout.scad index cd3c9c2..b22f800 100644 --- a/src/layouts/layout.scad +++ b/src/layouts/layout.scad @@ -1,3 +1,6 @@ +use <../key_transformations.scad> +use <../key_profiles.scad> + // sums all values, unless a value is negative, in which case it makes it positive // dirty hack to allow for large gaps in keysets function abs_sum(list, x=0) =