summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Short <tshort.rlists@gmail.com>2017-04-02 15:36:06 -0400
committerTom Short <tshort.rlists@gmail.com>2017-04-02 15:36:06 -0400
commitb427b87bd051617859abe07cd9a58dd9f987ec9b (patch)
treef5414abf500627dcf6c760dde7ae714588fd7a8e /src
parent162314b829de966b0b94b46785f87d4ef245a985 (diff)
Default size
Diffstat (limited to 'src')
-rw-r--r--src/dactyl_keyboard/dactyl.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj
index d8861fb..338998f 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 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