TyberiusPrime / stm32f103_k2k

Keyboard firmware based on the keytokey library for stm32f103 / bluepills
Other
14 stars 3 forks source link

Where can I find the `debouncing` crate? #1

Closed theotherjimmy closed 5 years ago

theotherjimmy commented 5 years ago

You reference a crate, debouncing, by path in your Cargo.toml that I can't seem to find in your github. Where can I find this crate?

[dependencies.debouncing]
path = "../debouncing"
TyberiusPrime commented 5 years ago

Thank you for your interest!

My apologies. I will publish that crate later tonight, currently away from my dev machine...

TyberiusPrime commented 5 years ago

All right, it's been published as a repo on my github, and as a crate on crates.io. I've updated this repo accordingly. It also has my current layout now, probably a bit more advanced usage of keytokey. Don't forget that you need the custom smallbitvec - I suppose I should fork and publish that as smallbitvec-nostd (it needs nightly, so I don't think my change is going to make it into the main repo).

Please let me know if I can help you in any other way.

theotherjimmy commented 5 years ago

Thanks for publishing and updating this repo. I'll let you know if I run into anything else.