You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I want to develop a mechanical keyboard controller based on BluePill, but I want to develop on Qemu STM32. The question is how do I emulate contact on pins that will be connected to actual keyboard switches on the hardware? I already figured, thanks to someone on Stack Overflow I can do send-keys { b } to emulate the onboard button. But pins are probably GPIO but I am still learning this.
This is what I've been able to do so far with QMP:
Hey, I want to develop a mechanical keyboard controller based on BluePill, but I want to develop on Qemu STM32. The question is how do I emulate contact on pins that will be connected to actual keyboard switches on the hardware? I already figured, thanks to someone on Stack Overflow I can do
send-keys { b }
to emulate the onboard button. But pins are probably GPIO but I am still learning this.This is what I've been able to do so far with QMP:
The text was updated successfully, but these errors were encountered: