reinstate keys.scad

This commit is contained in:
Bob 2020-09-30 01:49:15 -04:00
parent f2f080a51b
commit 961e940f26
1 changed files with 8 additions and 10 deletions

View File

@ -8,15 +8,13 @@
include <./includes.scad> include <./includes.scad>
// example key
dcs_row(5) legend("⇪", size=9) key();
// example row
/* for (x = [0:1:4]) {
translate_u(0,-x) dcs_row(x) key();
} */
u(1) choc() { // example layout
flared_support() tined_stem_support() sa_row(1){ /* preonic_default("dcs"); */
$stem_support_height = 2;
low_profile() {
key();
}
}
}
/* translate_u(1,0) u(1) choc() row_profile("oem") low_profile() key(); */