this post was submitted on 21 Sep 2023
4 points (100.0% liked)

ErgoMechKeyboards

5766 readers
14 users here now

Ergonomic, split and other weird keyboards

Rules

Keep it ergo

Posts must be of/about keyboards that have a clear delineation between the left and right halves of the keyboard, column stagger, or both. This includes one-handed (one half doesn't exist, what clearer delineation is that!?)

i.e. no regular non-split¹ row-stagger and no non-split¹ ortholinear²

¹ split meaning a separation of the halves, whether fixed in place or entirely separate, both are fine.
² ortholinear meaning keys layed out in a grid

No Spam

No excessive posting/"shilling" for commercial purposes. Vendors are permitted to promote their products/services but keep it to a minimum and use the [vendor] flair. Posts that appear to be marketing without being transparent about it will be removed.

No Buy/Sell/Trade

This subreddit is not a marketplace, please post on r/mechmarket or other relevant marketplace.

Some useful links

founded 1 year ago
MODERATORS
 

Thought I might ask here, sorry if I'm in the wrong place. But I just learned about Wooting's rapid trigger (https://wooting.io/wooting-two-he), that deactivates the switch when it changes direction instead of when it reaches the reset 'breaking point'.

My thought was if this would be able to be controlled on a regular MX switch and if such a program already exists? Since I'd prefer not to buy a Wooting keyboard and run their software. Seems like Razer has copied Wooting in their latest software (https://www.youtube.com/watch?v=c64yGHLO-TU&t=10s), but I'd prefer not to buy Razer products either. So looking for an open source program to control the trigger behaviour of the keyboard.

Hope my question is clear, thanks:)

top 4 comments
sorted by: hot top controversial new old
[–] Gumshoe@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (1 children)

My thought was if this would be able to be controlled on a regular MX switch and if such a program already exists?

No. Most MX switches feature a mechanical switch that moves actual metal pieces to complete a physical circuit by coming into contact with each other at the actuation point. It has neither the ability to detect where in the keystroke it is nor alter the point at which the metal pieces make contact.

I say "most" because there is a thing called an "optical switch" which can have this type of capability, and they DO make this in an MX form factor, but you can't just use these in any MX compatable board, it would need to be a board designed to work with optical MX switches.

[–] obosob 3 points 1 year ago

I'm not sure but I don't think optical switches have that ability either, you're either breaking the beam or you aren't.

Wooting uses hall-effect sensors and MX-compatible "switches" that have a magnet in the plunger. The set and reset thresholds can be set in software/firmware.

So it can be done with hall-effect switches but not with mechanical switches as you say.

[–] obosob 2 points 1 year ago

For this you need an analogue sensing mechanism such as hall-effect sensors (as Wooting use). You can see some open-source reference designs for PCBs, Firmware, and switches using hall-effect sensors on riskable's github to get you started. Technically you should be able to make a PCB like this and then use the same "switches" that Wooting use, though idk where they source them.

[–] telekenetic@lemmy.world 1 points 11 months ago

Thx for all the answers!<3