Skip to content

Modified DigiKeyboard Arduino library to permit using different locale

License

Notifications You must be signed in to change notification settings

adamff-dev/LocaleDigiKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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