An open API service indexing awesome lists of open source software.

https://github.com/adamff-dev/localedigikeyboard

Modified DigiKeyboard Arduino library to permit using different locale
https://github.com/adamff-dev/localedigikeyboard

arduino arduino-lib digikeyboard digispark digisparkkeyboard languages locale

Last synced: 9 months ago
JSON representation

Modified DigiKeyboard Arduino library to permit using different locale

Awesome Lists containing this project

README

          

# LocaleDigiKeyboard
Modified DigiKeyboard Arduino library to permit using different locale

## Usage

1. Open "LocaleDigiKeyboard.h"
2. Open the folder "locale" and then open the locale/lang file that you need. Ex.: "en_UK.lang"
3. 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"``
4. See test.ino from "Examples" folder