Skip to content

Commit

Permalink
v0.2.0 release. Updated project.clj.
Browse files Browse the repository at this point in the history
* Updated dependencies for release of scad-clj 0.5.3.

* Added a link to a picture of a printed copy of v0.2.0.
  • Loading branch information
veikman committed Oct 21, 2018
1 parent 326629c commit d10bc4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@ This, the DMOTE, is a fork of the [Dactyl-ManuForm](https://github.com/tshort/da
a parametrized, split-hand, concave, columnar, ergonomic keyboard. In this fork,
the thumb cluster has been modified to minimize shearing forces.

![Image of the first working DMOTE](http://viktor.eikman.se/image/dmote-1-glamour-shot/display)
![Image of the second working DMOTE](http://viktor.eikman.se/image/dmote-2-top-down-view/display)

By cloning this repository and editing fairly simple parameter files you can
adjust the following to taste:

* The size and shape of the key matrix
* Row and column curvature
* Row tilt (tenting)
* Column tilt
* Row and column curvature and tilt (tenting)
* Height
* Exceptions (tilt and placement) for columns and individual keys
* Whether to include minor features: LED strips etc.
* Switch type: ALPS or MX
* Whether to include minor features: LED strips, wrist rests etc.

For documentation see [doc/](doc/).

![Image of the first working DMOTE](http://viktor.eikman.se/image/dmote-1-glamour-shot/display)

## License

Copyright © 2015-2018 Matthew Adereth, Tom Short, Viktor Eikman et al.

The source code for generating the models (everything excluding the [things/](things/) and [resources/](resources/) directories) is distributed under the [GNU AFFERO GENERAL PUBLIC LICENSE Version 3](LICENSE). The generated models and PCB designs are distributed under the [Creative Commons Attribution-NonCommercial-ShareAlike License Version 3.0](LICENSE-models).
The source code for generating the models (everything excluding the [things/](things/) and [resources/](resources/) directories) is distributed under the [GNU AFFERO GENERAL PUBLIC LICENSE Version 3](LICENSE). The generated models and PCB designs are distributed under the [Creative Commons Attribution-NonCommercial-ShareAlike License Version 3.0](LICENSE-models).
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject dactyl-keyboard "0.2.0-SNAPSHOT"
(defproject dactyl-keyboard "0.2.0"
:description "A parametrized, split-hand, concave, columnar, ergonomic keyboard"
:url "http://viktor.eikman.se/article/the-dmote/"
:license {:name "GNU Affero General Public License"
Expand All @@ -8,7 +8,7 @@
[org.flatland/ordered "1.5.2"]
[clj-yaml "0.4.0"]
[unicode-math "0.2.1"]
[scad-clj "0.5.3-SNAPSHOT"]]
[scad-clj "0.5.3"]]
:main dactyl-keyboard.core
:aot :all
:uberjar-name "dmote.jar")

0 comments on commit d10bc4a

Please sign in to comment.