From ba3714a7cec51dfca77afa96da01a731f37c8ef9 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Mon, 11 Jun 2018 16:36:09 +0900 Subject: [PATCH] Change num of keys --- 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 4c7afbf..a8fa1a1 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -12,8 +12,8 @@ ;; Shape parameters ;; ;;;;;;;;;;;;;;;;;;;;;; -(def nrows 4) -(def ncols 5) +(def nrows 5) +(def ncols 6) (def α (/ π 12)) ; curvature of the columns (def β (/ π 36)) ; curvature of the rows