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
- Host: GitHub
- URL: https://github.com/adamff-dev/localedigikeyboard
- Owner: adamff-dev
- License: other
- Created: 2018-08-29T12:42:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T21:00:20.000Z (over 7 years ago)
- Last Synced: 2025-03-24T04:12:40.313Z (about 1 year ago)
- Topics: arduino, arduino-lib, digikeyboard, digispark, digisparkkeyboard, languages, locale
- Language: C
- Size: 156 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: License.txt
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