File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
; ; Shape parameters ;;
14
14
; ;;;;;;;;;;;;;;;;;;;;;
15
15
16
- (def nrows 4 )
17
- (def ncols 5 )
16
+ (def nrows 5 )
17
+ (def ncols 6 )
18
18
19
19
(def α (/ π 12 )) ; curvature of the columns
20
20
(def β (/ π 36 )) ; curvature of the rows
21
21
(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)
23
23
(def tenting-angle (/ π 12 )) ; or, change this for more precise tenting control
24
24
(def column-style
25
25
(if (> nrows 5 ) :orthographic :standard )) ; options include :standard, :orthographic, and :fixed
32
32
33
33
(def thumb-offsets [6 -3 7 ])
34
34
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
36
36
37
37
(def extra-width 2.5 ) ; extra space between the base of keys; original= 2
38
38
(def extra-height 1.0 ) ; original= 0.5
You can’t perform that action at this time.
0 commit comments