From 8fd48605a9d163aa1a22738c355d1401f6106752 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Sun, 10 Jun 2018 19:50:34 +0900 Subject: [PATCH] Reduce hole size --- 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 78cbcb9..23849ee 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -66,8 +66,8 @@ ;; Switch Hole ;; ;;;;;;;;;;;;;;;;; -(def keyswitch-height 14.4) ;; Was 14.1, then 14.25 -(def keyswitch-width 14.4) +(def keyswitch-height 14.1) ;; Was 14.1, then 14.25 +(def keyswitch-width 14.1) (def sa-profile-key-height 12.7)