Skip to content

Commit b382427

Browse files
authored
Merge pull request #63 from happysalada/refaktor
hot-swap fixes
2 parents 0674820 + c941ac7 commit b382427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dactyl_keyboard/common.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
left-wall
264264
(if create-side-nub? (with-fn 100 side-nub) ()))
265265
; the bottom of the hole.
266-
swap-holder-z-offset (if use-choc? 0 -1.5)
266+
swap-holder-z-offset (if use-choc? 1.5 -1.5)
267267
swap-holder (->> (cube (+ keyswitch-width 3) (/ (+ keyswitch-height 3) 2) 3)
268268
(translate [0 (/ (+ keyswitch-height 3) 4) swap-holder-z-offset]))
269269
; for the main axis
@@ -285,9 +285,9 @@
285285
(with-fn 8))
286286
friction-hole-right (translate [5 0 0] friction-hole)
287287
friction-hole-left (translate [-5 0 0] friction-hole)
288-
hotswap-base-z-offset (if use-choc? -2 -2.6)
288+
hotswap-base-z-offset (if use-choc? -0.5 -2.6)
289289
hotswap-base-shape (->> (cube 19 6.2 3.5)
290-
(translate [0 4 hotswap-base-z-offset]))
290+
(translate [0 3 hotswap-base-z-offset]))
291291
hotswap-holder (difference swap-holder
292292
main-axis-hole
293293
plus-hole

0 commit comments

Comments
 (0)