From 258f76f4f0ae31489a46998b6c0fc78bd9531e48 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Tue, 12 Jun 2018 23:18:44 +0900 Subject: [PATCH] Fix thumb connectors --- src/dactyl_keyboard/dactyl.clj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 25da24b..958f549 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -400,9 +400,12 @@ (thumb-mr-place web-post-bl)) (triangle-hulls ; tr, mr and wall (thumb-mr-place web-post-tr) - (thumb-mr-place web-post-br) (thumb-tr-place thumb-post-bl) - (thumb-tr-place thumb-post-br)) + (thumb-tr-place thumb-post-br) + (triangle-hulls + (thumb-mr-place web-post-tr) + (thumb-mr-place web-post-br) + (thumb-tr-place thumb-post-br))) (triangle-hulls ; centers of the bottom four (thumb-br-place web-post-tl) (thumb-bl-place web-post-bl)