From 23b5146183e41982e038bcb13a902eecfe3cbe39 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Sun, 20 May 2018 09:51:37 +0900 Subject: [PATCH] Change height --- 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 c3598ca..660a2f9 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -31,7 +31,7 @@ (def thumb-offsets [6 -3 7]) -(def keyboard-z-offset 4) ; controls overall height; original=9 with centercol=3; use 16 for centercol=2 +(def keyboard-z-offset 4.5) ; controls overall height; original=9 with centercol=3; use 16 for centercol=2 (def extra-width 2.5) ; extra space between the base of keys; original= 2 (def extra-height 1.0) ; original= 0.5