From 4e11a6005e6aaa91fd775ab6c6b1c2143d8d88a6 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Wed, 11 Apr 2018 18:38:52 +0900 Subject: [PATCH] Switch to 1u --- src/dactyl_keyboard/dactyl.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 94d1258..0dd9c89 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -376,7 +376,7 @@ (union (thumb-1x-layout single-plate) (thumb-15x-layout single-plate) - (thumb-15x-layout larger-plate) + (thumb-15x-layout single-plate) )) (def thumb-post-tr (translate [(- (/ mount-width 2) post-adj) (- (/ mount-height 1.15) post-adj) 0] web-post))