aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Short <tshort.rlists@gmail.com>2017-03-04 16:10:47 -0500
committerTom Short <tshort.rlists@gmail.com>2017-03-04 16:10:47 -0500
commitf1615dab97d996073ff565c5a81d6b8bc928f768 (patch)
tree6de6f8fe49a1f5e56a1165e2f6a5aa71c19e8aba
parent09780bf3cb42e03c6575f7f2adea66e5cffae46e (diff)
Raise height
-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))