The Trochee keyboard is a parameterized, single-handed, concave, columnar, ergonomic keyboard. See the design documentation for full details.
It is based on the Dactyl (Pictured below):
Then cross that with the Maltron:
-
Install the Clojure CLI
-
Install OpenSCAD
-
Generate
.scad
files by evaluating the code insrc/trochee.clj
. -
Open generated files in
OpenSCAD
. -
Edit, repeat as needed, and export to
STL
inOpenSCAD
to print the model.
To build a deployable jar of this library:
$ clojure -A:jar
Install it locally:
$ clojure -A:install
Deploy it to Clojars -- needs CLOJARS_USERNAME
and CLOJARS_PASSWORD
environment variables:
$ clojure -A:deploy
Copyright © 2020 Bobby Towers
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.