mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 23:59:49 +00:00
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:
parent
2ddd7acc8c
commit
6429f168e1
11 changed files with 141 additions and 92 deletions
16
keys.scad
16
keys.scad
|
@ -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"); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue