diff options
author | Tom Short <tshort.rlists@gmail.com> | 2017-03-07 06:11:40 -0500 |
---|---|---|
committer | Tom Short <tshort.rlists@gmail.com> | 2017-03-07 06:11:40 -0500 |
commit | dd6dd53b3d14c05ca48b25f4e2f16719bfe5f8fc (patch) | |
tree | 812b3da23ca73d3283670fcfb939ae0735ef8260 /src | |
parent | 103cede0ef00f8f15bf342ff5933612919c8675c (diff) |
Height tweak
Diffstat (limited to 'src')
-rw-r--r-- | src/dactyl_keyboard/dactyl-manuform.clj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dactyl_keyboard/dactyl-manuform.clj b/src/dactyl_keyboard/dactyl-manuform.clj index 1d6bc21..335fa60 100644 --- a/src/dactyl_keyboard/dactyl-manuform.clj +++ b/src/dactyl_keyboard/dactyl-manuform.clj @@ -124,7 +124,7 @@ (translate column-offset))] (->> placed-shape (rotate (/ π 12) [0 1 0]) - (translate [0 0 23])))) + (translate [0 0 24])))) (def key-holes (apply union @@ -198,7 +198,7 @@ ;;;;;;;;;;;; ;; Thumbs ;; ;;;;;;;;;;;; -(def thumborigin [-23 -34 46]) +(def thumborigin [-23 -34 47]) (defn deg2rad [degrees] (* (/ degrees 180) pi)) @@ -463,7 +463,7 @@ thumb thumb-connectors case-walls - usb-cutout + ; usb-cutout ; thumbcaps ; caps ))) |