dactyl-manuform icon indicating copy to clipboard operation
dactyl-manuform copied to clipboard

Results 14 dactyl-manuform issues
Sort by recently updated
recently updated
newest added

When running `echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure` it won't generate any files, the output im getting is: ``` Clojure 1.7.0 OpenJDK 64-Bit...

https://www.angrymiao.com/am-hatsu/ Too close to the 4x6 design to be coincidence.

A little warning for fellow builders planning to use Kailh switches: the side locking tabs are incompatible with Kailhs (those have no side notches matching them). A switch could be...

The current link to the firmware repo is pointing to an unmaintained version. An up to date version can be found in the official QMK repository. I changed the link...

Seems to fix the bug, running `echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure` now gives: ``` dactyl-keyboard.dactyl=> (load-file "src/dactyl_keyboard/dactyl.clj") #'dactyl-keyboard.dactyl/-main dactyl-keyboard.dactyl=> Bye for now!...

Hello, OS : Linux Debian 10 OpenJDK 11 Clojure 1.7 REPL 0.4.4 load-file returns this message but no openscad file is generated in the things folder ``` dactyl-keyboard.dactyl=> load-file "src/dactyl_keyboard/dactyl.clj"...

To reduce installation time and hassle, one can use docker to build the files likes this: ```echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure```

I'm interested in making one for myself, but does it have any significant latency whatsoever?

Would it be possible to have a Trackball on the right thumb space? Like in the Split 58?

This block: ```clojure ;; Settings for column-style == :fixed ;; The defaults roughly match Maltron settings ;; http://patentimages.storage.googleapis.com/EP0219944A2/imgf0002.png ;; Fixed-z overrides the z portion of the column ofsets above. ;;...