From 2af3a363139df230c9def5b8466a618da83108a6 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Tue, 12 Jun 2018 23:29:54 +0900 Subject: [PATCH] Improve thumb connectors --- src/dactyl_keyboard/dactyl.clj | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 958f549..6b2de69 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -391,29 +391,28 @@ (thumb-tl-place web-post-tr) (thumb-tl-place web-post-br) (thumb-tr-place thumb-post-tl) - (thumb-mr-place web-post-tr) (thumb-tr-place thumb-post-bl)) - (triangle-hulls ; bottom two on the right + (triangle-hulls ; bottom two (thumb-br-place web-post-tr) (thumb-br-place web-post-br) (thumb-mr-place web-post-tl) (thumb-mr-place web-post-bl)) - (triangle-hulls ; tr, mr and wall + (triangle-hulls (thumb-mr-place web-post-tr) - (thumb-tr-place thumb-post-bl) - (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-mr-place web-post-br) + (thumb-tr-place thumb-post-br)) + (triangle-hulls ; between top row and bottom row (thumb-br-place web-post-tl) (thumb-bl-place web-post-bl) (thumb-br-place web-post-tr) (thumb-bl-place web-post-br) (thumb-mr-place web-post-tl) + (thumb-tl-place web-post-bl) (thumb-mr-place web-post-tr) - (thumb-bl-place web-post-br)) + (thumb-tl-place web-post-br) + (thumb-tr-place web-post-bl) + (thumb-mr-place web-post-tr) + (thumb-tr-place web-post-br)) (triangle-hulls ; top two to the middle two, starting on the left (thumb-tl-place web-post-tl) (thumb-bl-place web-post-tr)