layout.scad uses thinks like lshift() without including key_types.scad

This commit is contained in:
Daniel Loffgren 2022-09-21 20:43:58 -07:00
parent 7907d2cd4e
commit 9665d5d6a0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
use <../key_transformations.scad> use <../key_transformations.scad>
use <../key_profiles.scad> use <../key_profiles.scad>
use <../key_sizes.scad> use <../key_sizes.scad>
use <../key_types.scad>
// sums all values, unless a value is negative, in which case it makes it positive // sums all values, unless a value is negative, in which case it makes it positive
// dirty hack to allow for large gaps in keysets // dirty hack to allow for large gaps in keysets