layout.scad uses u() without including key_sizes.scad

This commit is contained in:
Daniel Loffgren 2022-09-20 23:34:30 -07:00
parent 80c35b04c3
commit 7907d2cd4e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
use <../key_transformations.scad> use <../key_transformations.scad>
use <../key_profiles.scad> use <../key_profiles.scad>
use <../key_sizes.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