From d9f694ab3b5434333fe94611b5e41fb524f522dc Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Tue, 12 Jun 2018 12:22:16 +0900 Subject: [PATCH] Update centercol and height --- 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 93397f6..013e44e 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -18,7 +18,7 @@ (def α (/ π 12)) ; curvature of the columns (def β (/ π 36)) ; curvature of the rows (def centerrow (- nrows 3)) ; controls front-back tilt -(def centercol 3) ; controls left-right tilt / tenting (higher number is more tenting) +(def centercol 2) ; controls left-right tilt / tenting (higher number is more tenting) (def tenting-angle (/ π 12)) ; or, change this for more precise tenting control (def column-style (if (> nrows 5) :orthographic :standard)) ; options include :standard, :orthographic, and :fixed @@ -31,7 +31,7 @@ (def thumb-offsets [6 -3 7]) -(def keyboard-z-offset 5) ; controls overall height; original=9 with centercol=3; use 16 for centercol=2 +(def keyboard-z-offset 10) ; 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