Skip to content

Commit cf28ce0

Browse files
committed
Changes for 5x6
1 parent af3ef84 commit cf28ce0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/dactyl_keyboard/dactyl.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
;; Shape parameters ;;
1414
;;;;;;;;;;;;;;;;;;;;;;
1515

16-
(def nrows 4)
17-
(def ncols 5)
16+
(def nrows 5)
17+
(def ncols 6)
1818

1919
(def α (/ π 12)) ; curvature of the columns
2020
(def β (/ π 36)) ; curvature of the rows
2121
(def centerrow (- nrows 3)) ; controls front-back tilt
22-
(def centercol 3) ; controls left-right tilt / tenting (higher number is more tenting)
22+
(def centercol 2) ; controls left-right tilt / tenting (higher number is more tenting)
2323
(def tenting-angle (/ π 12)) ; or, change this for more precise tenting control
2424
(def column-style
2525
(if (> nrows 5) :orthographic :standard)) ; options include :standard, :orthographic, and :fixed
@@ -32,7 +32,7 @@
3232

3333
(def thumb-offsets [6 -3 7])
3434

35-
(def keyboard-z-offset 9) ; controls overall height; original=9 with centercol=3; use 15 for centercol=2
35+
(def keyboard-z-offset 16) ; controls overall height; original=9 with centercol=3; use 15 for centercol=2
3636

3737
(def extra-width 2.5) ; extra space between the base of keys; original= 2
3838
(def extra-height 1.0) ; original= 0.5

0 commit comments

Comments
 (0)