TeXitoi / keyberon

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

Emulating typing #64

Closed Owez closed 3 years ago

Owez commented 3 years ago

Hey there,

I'm currently making a rubberducky clone (https://hak5.org/products/usb-rubber-ducky-deluxe) with some Rust firmware and was wondering how good this crate would be to send arbitrary inputs via usb (similar to native keyboard macros maybe?) or if I should manually implement it instead. Any thoughts?

Thanks :)

TeXitoi commented 3 years ago

Maybe https://github.com/TeXitoi/keyberon/pull/30 ?

Owez commented 3 years ago

Yep that looks like what I need!