Digistump Forums

The Digispark => Digispark Projects => Topic started by: LuigiTheHunter on December 30, 2016, 11:31:47 am

Title: Digispark USB Keyboard list
Post by: LuigiTheHunter on December 30, 2016, 11:31:47 am
Hay guys

recently i got my Digispark with USB. 8)

I tried many things to use it like an rubber ducky. But it seems not quite so easy to use the Digi because many Keys were not send right. :'(



I created a small list for the german Keyboard where you can look to get the right Symbols or ö ä ü. :P

I hope that someone find it useful took me a heck of time  ;)

ALSO: The list is not yet complete im still working on this.

Yours Phil.
Title: Re: Digispark USB Keyboard list
Post by: MaMe82 on February 14, 2017, 12:16:01 pm
Here's a script solving the keyboard language issue:

https://github.com/mame82/duck2spark (https://github.com/mame82/duck2spark)

Regards, MaMe82
Title: Re: Digispark USB Keyboard list
Post by: Fardenco on February 18, 2017, 05:11:09 pm
I've used the script MaMe82 posted a while ago and it's really powerful.
I used it with this duckscript compiler which let you choose your keyboard layout (the language combobox)
https://ducktoolkit.com/encoder/ (https://ducktoolkit.com/encoder/)

But it's only good if you just need to use the keyboard without any use of the attiny's gpio for example.

If you need, I've modified a few files for azerty layout, you can find them here with some explanation of what I did
https://github.com/digistump/DigistumpArduino/issues/46 (https://github.com/digistump/DigistumpArduino/issues/46)

All the characters are working, including the ones that need altgr key.

Hopefully the same process would work for other layouts