CedArctic / DigiSpark-Scripts

USB Rubber Ducky type scripts written for the DigiSpark.
MIT License
1.92k stars 602 forks source link

Foreign Keyboard Layouts. #15

Closed DataDrug closed 5 years ago

DataDrug commented 5 years ago

Hello,

I've been postponing working with this ATtiny85 board for a while now due to the incompatibility with non US keyboards. (Is there something I can do to have this scripts running smoothly in a PT-PT Keyboard?)

Characters like " are converted to ª when I plug the ATtiny85.

Thank's for your help.

CedArctic commented 5 years ago

Sorry for the late reply. Sadly I don't know of any PT-PT compliant keyboard library for the Digispark. You could always try and port it yourself. I think this might help you out on your research: https://github.com/Maiux92/digispark-keyboard-layout-italian

WhoIsStone commented 5 years ago

Hey sorry for the really late reply and i see this issue is closed but i believe thats its still important to help this guy out since i had the same exact problem. This amazing person made the digispark keyboard library for PT-PT and its amazing https://github.com/MafraLab/DigisparkKeyboardPT Just replace the files in C:\Users\%username%\AppData\Local\Arduino15\packages\digistump\hardware\avr\1.6.7\libraries\DigisparkKeyboard with the ones from that github.

DataDrug commented 5 years ago

Hey man, strangest thing ever. I just looked at this issue today 😂 I ended up doing my own translation, but also forked that github aswell. Thanks a lot!