If you want something you can actually buy, check out the wooting he https://next.wooting.io/wooting-60he You can set per key actuation points, and bind multiple different inputs to the same key but different depths, etc. Great review here https://m.youtube.com/watch?v=glQNEbh79xg You can even mod it into another case for the DIY crowd.
I used it for a midi keyboard and it was fun
DIY mechanical keyboard switch lets you set its actuation point
71–79 of 79 posts
Re: DIY mechanical keyboard switch lets you set its actuation point
#72Re: DIY mechanical keyboard switch lets you set its actuation point
#73If you want something you can actually buy, check out the wooting he https://next.wooting.io/wooting-60he You can set per key actuation points, and bind multiple different inputs to the same key but different depths, etc. Great review here https://m.youtube.com/watch?v=glQNEbh79xg You can even mod it into another case for the DIY crowd.
I used it for a midi keyboard and it was fun
Re: DIY mechanical keyboard switch lets you set its actuation point
#74Earlier quoted context omitted.
With an electromagnet, you could take that control of feel far enough give it a buckling-spring ‘click’ feel.
You might also need active cooling to be able to pump enough juice through your electromagnets to get the desired force.
Regardless, this will be one expensive keyboard.
1. https://hackaday.com/2021/09/13/how-the-ps5s-genuinely-cleve...
Re: DIY mechanical keyboard switch lets you set its actuation point
#75Next step: Add a tiny motor inside the key switch for force feedback
I think force feedback (and or haptic feedback) is truly the future of interaction design. To see an amazing example of this, check out the smartknob project: https://github.com/scottbez1/smartknob
Re: DIY mechanical keyboard switch lets you set its actuation point
#76seems like wasted potential by not reading the sensors with an ADC. you could have analog keys this way, which opens up a whole new world.
I assume you are referring to the part where article says that (hall effect sensor) "output being used to trigger MOSFETs". I have no idea where that came from, but in the schemeatics and code I looked at hall effect output was read using ADC like you would expect. Otherwise how else would you change the actuation point? You could digitise it by comparing it against adjustment pot with a discrete comparator IC, but t…
Re: DIY mechanical keyboard switch lets you set its actuation point
#77seems like wasted potential by not reading the sensors with an ADC. you could have analog keys this way, which opens up a whole new world.
For a macro pad, maybe. For a full-sized keyboard, that would be a lot of ADC channels. Looking at Digikey, ADC chips seem to be about $0.50 per input in bulk, and that would add a lot of BOM cost to the keyboard. You might be able to do better if you instead feed the Hall output into a sample-and-hold filter constructed out of a much cheaper op-amp. I suspect that would be an interesting engineering challenge.
Re: DIY mechanical keyboard switch lets you set its actuation point
#78Earlier quoted context omitted.
I used it for a midi keyboard and it was fun
Can it detect speed or force? I googled, and it seems to be a binary sensor.
Re: DIY mechanical keyboard switch lets you set its actuation point
#79Earlier quoted context omitted.
I used it for a midi keyboard and it was fun
Cool, I've dabbled in this with ordinary mechanical switches. What's the hardware interface like for the Wooting switches?