TeXitoi / keyberon

A rust crate to create a pure rust keyboard firmware.
MIT License
1.08k stars 79 forks source link

Current working uses? #134

Open LovesTha opened 6 months ago

LovesTha commented 6 months ago

I'm wanting to start my own use of this library, but I'd like to reference a working use of it to help me along. But none of the keyboards in the list that I've tried have actually compiled.

Is there one known to still work?

TeXitoi commented 6 months ago

They was an update for embedded-hal 1 and usb-device 0.3 recently, it may cause your problem.

https://github.com/TeXitoi/keyberon-f4/ is up to date, cargo update from 2 month ago with embedded hal 1 and usb-device 0.3

LovesTha commented 6 months ago

Thank you, that does build. Which is a good place for me to start tinkering and learning, thank you.

valpackett commented 3 months ago

none of the keyboards in the list that I've tried have actually compiled

--locked not being on by default in cargo strikes again, I suppose…

BTW, I recently updated my ErgoNICE firmware, which is still stuck on ehal 0.2 since I'm too lazy to update the unmaintained stm32L1 HAL to 1.0 myself. It's not the best reference for starting to learn haha, but a good one to expand into crazy territory xD