From 1ff01e70dcd42a30281fba8b975343f1523e11a0 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Sun, 20 May 2018 08:54:03 +0900 Subject: [PATCH] Change thumb position --- src/dactyl_keyboard/dactyl.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 852882b..ece55b6 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -310,14 +310,14 @@ (rotate (deg2rad -23) [0 1 0]) (rotate (deg2rad 25) [0 0 1]) (translate thumborigin) - (translate [-21 -36 -10]))) + (translate [-22 -34.5 -10]))) (defn thumb-br-place [shape] (->> shape (rotate (deg2rad 6) [1 0 0]) (rotate (deg2rad -34) [0 1 0]) (rotate (deg2rad 35) [0 0 1]) (translate thumborigin) - (translate [-36 -45 -19]))) + (translate [-37 -43 -19]))) (defn thumb-bl-place [shape] (->> shape (rotate (deg2rad 6) [1 0 0])