layout.scad uses key_transformations.scad for translate_u(), and key_transformations.scad for key_profile()

This commit is contained in:
Daniel Loffgren 2022-09-20 22:30:54 -07:00
parent ec44ef76de
commit 4c6dbc4306
1 changed files with 3 additions and 0 deletions

View File

@ -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) =