Layout updates

rediscovered my old keysets file, adapted the functionality to make a flexible base layout tool.

also tweaked double sculpting to generically sculpt to both hands. it works, but it still needs more refinement, and the best layouts are going to be hand-generated anyways
This commit is contained in:
Bob 2019-12-16 16:45:03 -05:00
parent 2ddd7acc8c
commit 6429f168e1
11 changed files with 141 additions and 92 deletions

View file

@ -13,9 +13,15 @@ include <src/key_profiles.scad>
include <src/key_types.scad>
include <src/key_transformations.scad>
include <src/key_helpers.scad>
include <src/layouts.scad>
include <src/key_layouts.scad>
for (x = [1:1:5]) {
translate_u(0,-x) hipro_row(x) key();
translate_u(1,-x) sa_row(x) key();
}
// example key
dcs_row(5) legend("⇪", size=9) key();
// example row
/* for (x = [0:1:4]) {
translate_u(0,-x) dcs_row(x) key();
} */
// example layout
/* preonic_default("dcs"); */