From d2f1057e0999334bfe3806274d87dd560e0bf3e0 Mon Sep 17 00:00:00 2001 From: Tom Short Date: Sun, 2 Apr 2017 15:36:42 -0400 Subject: Default size --- src/dactyl_keyboard/dactyl.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dactyl_keyboard') diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 338998f..d8861fb 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -19,7 +19,7 @@ (def α (/ π 12)) ; curvature of the columns (def β (/ π 36)) ; curvature of the rows (def centerrow (- nrows 3)) ; controls front-back tilt -(def centercol 2) ; controls left-right tilt / tenting (higher number is more tenting) +(def centercol 3) ; 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 -- cgit v1.2.3