Modified DigiKeyboard Arduino library to permit using different locale
- Open "LocaleDigiKeyboard.h"
- Open the folder "locale" and then open the locale/lang file that you need. Ex.: "en_UK.lang"
- Copy all the content from the locale file and paste it on "LocaleDigiKeyboard.h" where says
"// PASTE HERE SOME LOCALE FILE CONTENT. Ex.: en_UK.lang"
- See test.ino from "Examples" folder