Find a file
2017-03-11 11:27:47 -05:00
doc Initial commit 2015-03-06 15:26:01 -08:00
guide makeup changes 2016-09-11 18:29:06 +02:00
resources Including PCBs and updating README 2015-12-03 21:39:36 -08:00
src/dactyl_keyboard Tweak hex-spacer 2017-03-11 11:27:47 -05:00
test/dactyl_cave Initial commit 2015-03-06 15:26:01 -08:00
things Tweak hex-spacer 2017-03-11 11:27:47 -05:00
.gitignore Add to gitignore -- nrepl, lein, target cruft 2015-12-27 15:26:59 -06:00
fulmer.cjl.txt Tweak hex-spacer 2017-03-11 11:27:47 -05:00
fulmer.clj Tweak hex-spacer 2017-03-11 11:27:47 -05:00
LICENSE Updating licenses 2015-12-03 21:19:40 -08:00
LICENSE-models Updating licenses 2015-12-03 21:19:40 -08:00
project.clj Finally sharing new model 2015-12-03 20:45:05 -08:00
README.md Parameterizing updates 2017-03-10 18:08:27 -05:00
repl.gcode Tweak hex-spacer 2017-03-11 11:27:47 -05:00
repl.makerbot Tweak hex-spacer 2017-03-11 11:27:47 -05:00
repl.scad Tweak hex-spacer 2017-03-11 11:27:47 -05:00
repl.stl Tweak hex-spacer 2017-03-11 11:27:47 -05:00
repl.x3g Tweak hex-spacer 2017-03-11 11:27:47 -05:00
t.scad Tweak hex-spacer 2017-03-11 11:27:47 -05:00
tags Tweak hex-spacer 2017-03-11 11:27:47 -05:00

The Dactyl-ManuForm Keyboard

This is a fork of the Dactyl, a parameterized, split-hand, concave, columnar, ergonomic keyboard.

The main change is that the thumb cluster was adapted from the ManuForm keyboard (geekhack). The walls were changed to just drop to the floor. The keyboard is paramaterized to allow the following:

  • Rows: 4 - 6
  • Columns: 5 and up
  • Row curvature
  • Column curvature
  • Row tilt (tenting)
  • Column tilt
  • Column offsets

I plan to try the 4x6 version or maybe the 4x5 version. The default has more tenting than the Dactyl. See the following model files:

This is still a work in progress.

I plan to use a Teensy 2++ in each half. Then, I have enough channels to wire straight to each key switch. Diodes are not needed. Then, I can connect them with a serial connection, and adapt the QMK firmware for the Let's split keyboard that implements this approach. Each half can be master.

This doesn't have a bottom. I may or may not add one. I have many test prints to try.

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.