Digistump Forums
The Digispark => Digispark Projects => Topic started 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. :'(
- Link to my site:
- https://sites.google.com/site/roggstareu/startseite/digispark-keycodelist (https://sites.google.com/site/roggstareu/startseite/digispark-keycodelist)
- Link directly to the list:
- https://docs.google.com/spreadsheets/d/1tlu0cCBHRS0vv_55qLI05YNQqrq9alFAiU56-_vCpjA/edit (https://docs.google.com/spreadsheets/d/1tlu0cCBHRS0vv_55qLI05YNQqrq9alFAiU56-_vCpjA/edit)
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.
-
Here's a script solving the keyboard language issue:
https://github.com/mame82/duck2spark (https://github.com/mame82/duck2spark)
Regards, MaMe82
-
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