Skip to content

Commit a702ad1

Browse files
committed
move pinkes down in height a bit more
1 parent 64f3294 commit a702ad1

File tree

8 files changed

+85777
-85077
lines changed

8 files changed

+85777
-85077
lines changed

right.png

24.5 KB
Loading

src/dactyl_keyboard/dactyl.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
(= column 2) [0 2.82 -4.5] ; middle finger
3030
(= column 3) [0 0 -1] ; ring finger
3131
;(>= column 4) [0 0 0] ; keep pinky in line with first rows
32-
(>= column 4) [0 -3 0] ; original [0 -5.8 5.64]
32+
(>= column 4) [0 -3 -3] ; original [0 -5.8 5.64]
3333
:else [0 0 0]))
3434

3535
(def thumb-offsets [6 -3 7])
3636

37-
(def keyboard-z-offset 13) ; controls overall height; original=9 with centercol=3; use 16 for centercol=2
37+
(def keyboard-z-offset 16.5) ; controls overall height; original=9 with centercol=3; use 16 for centercol=2
3838

3939
(def extra-width 2) ; extra space between the base of keys; original= 2
4040
(def extra-height 0.5) ; original= 0.5

0 commit comments

Comments
 (0)