From b1df188e0e8b0f3609989d1f8988c4f6e0fb431e Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Mon, 11 Jun 2018 16:38:51 +0900 Subject: [PATCH] Increase 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 a8fa1a1..61e4c43 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.5) ; controls overall height; original=9 with centercol=3; use 16 for centercol=2 +(def keyboard-z-offset 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