Tipkovnica dactyl, ki smo jo gradili na Ljudmilini delavnici, več: https://wiki.ljudmila.org/Tipkovnica_dactyl
 
 
Go to file
Erin Call 6f2101bb7c
Remove "that's all for now" line
There's a whole bunch of info after it! That clearly isn't all :)
2017-06-21 10:18:40 -07:00
doc Initial commit 2015-03-06 15:26:01 -08:00
guide Remove "that's all for now" line 2017-06-21 10:18:40 -07:00
qmk-guide [WIP] QMK Guide 2017-06-08 07:09:15 -07:00
resources Including PCBs and updating README 2015-12-03 21:39:36 -08:00
src/dactyl_keyboard Sloppy LightCycle code 2017-05-29 13:36:59 -07:00
target merging 2017-03-09 07:31:41 -08:00
test/dactyl_cave Initial commit 2015-03-06 15:26:01 -08:00
things Fixing left side with teensy, accidentally had ALPS switches 2017-04-23 15:59:31 -07:00
.gitignore Add to gitignore -- nrepl, lein, target cruft 2015-12-27 15:26:59 -06:00
LICENSE Updating licenses 2015-12-03 21:19:40 -08:00
LICENSE-models Update LICENSE-models 2017-03-31 19:05:42 -07:00
README.md Adding link to video 2017-04-23 14:10:10 -07:00
project.clj Finally sharing new model 2015-12-03 20:45:05 -08:00

README.md

The Dactyl Keyboard

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

There's a talk about the motivation and design of the Dactyl that helps provide context for this repo:

IMAGE ALT TEXT HERE

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-ShareAlike License Version 4.0.