Using STM32 for a keyboard

Hi, I want to build a mechanical keyboard with an ARM MCU and I want to write the software in Rust.

I found an Example for a mouse HID, but not for a keyboard.

Are there any examples or projects using Rust as keyboard HID?

Merry Christmas
Markus

you could look this cool project:

https://github.com/TeXitoi/keyseebee

1 Like

That's perfect. I want to build a Planck like keyboard first, but I also want to build a split keyboard.

Thanks and merry Christmas

1 Like

You must bear in mind that this code uses the following real-time operating system (an old version)

https://rtic.rs/0.5/book/en/

Regards

Thanks for the hint. The more important part is that I found keyberon, the firmware this keyboard is based

https://github.com/TeXitoi/keyberon

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.