summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dactyl_keyboard/dactyl-manuform.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dactyl_keyboard/dactyl-manuform.clj b/src/dactyl_keyboard/dactyl-manuform.clj
index 5249daa..3bed39c 100644
--- a/src/dactyl_keyboard/dactyl-manuform.clj
+++ b/src/dactyl_keyboard/dactyl-manuform.clj
@@ -122,7 +122,7 @@
(translate column-offset))]
(->> placed-shape
(rotate (/ π 12) [0 1 0])
- (translate [0 0 13]))))
+ (translate [0 0 23]))))
(def key-holes
(apply union
@@ -196,7 +196,7 @@
;;;;;;;;;;;;
;; Thumbs ;;
;;;;;;;;;;;;
-(def thumborigin [-23 -34 35])
+(def thumborigin [-23 -34 45])
(defn deg2rad [degrees]
(* (/ degrees 180) pi))