You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Robert Dale f30467c485 had my links backwards 8 years ago
doc Initial commit 9 years ago
guide Add very rough guide 9 years ago
resources Including PCBs and updating README 9 years ago
src/dactyl_keyboard Finally sharing new model 9 years ago
test/dactyl_cave Initial commit 9 years ago
things Finally sharing new model 9 years ago
.gitignore Add to gitignore -- nrepl, lein, target cruft 9 years ago
LICENSE Updating licenses 9 years ago
LICENSE-models Updating licenses 9 years ago
README.md had my links backwards 8 years ago
project.clj Finally sharing new model 9 years ago

README.md

The Dactyl Keyboard

The Dactyl is a parameterized, split-hand, concave, columnar, ergonomic keyboard.

Assembly

Generating a Design

Setting up the Clojure environment

Generating the design

  • Run lein repl
  • Load the file (load-file "src/dactyl_keyboard/dactyl.clj")
  • This will regenerate the things/*.scad files
  • Use OpenSCAD to open a .scad file.
  • Make changes to design, repeat load-file, OpenSCAD will watch for changes and rerender.
  • When done, use OpenSCAD to export STL files

Tips

Printing

Pregenerated STL files are available in the things/ directory.

Wiring

Masks for the flexible PCBs I used are available for the left and right side.

A very rough guide for the brave is here - It will be improved over time (TODO)!

License

Copyright © 2015 Matthew Adereth

The source code for generating the models (everything excluding the things/ and resources/ directories is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3. The generated models and PCB designs are distributed under the Creative Commons Attribution-NonCommercial-ShareAlike License Version 3.0.