Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 427 Bytes

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