ibnuda/dactyl-keyboard

Supporting Choc switches

happysalada opened this issue · 0 comments

Great project!

There is a little change required to support Choc type of switches. Basically the hole is an mx-hole, however the hotswap is a little too "deep".
the depth of the hotswap is about 5mm, I check the code to try to find out where this was happening.
Is this here in the -2.6 ?
https://github.com/ibnuda/dactyl-keyboard/blob/refaktor/src/dactyl_keyboard/common.clj#L280

for a choc switch, the depth should be about 1 mm. so should there be a clause there something like

if use-choc? -1.0 -2.6

One more detail, in case of a choc switch, the column curvature can be much steeper. Up to pi/4 seems reasonable.