ernesto-xload / DigisparkKeyboard

DigisparkKeyboard library with multiple layout support
GNU General Public License v3.0
89 stars 35 forks source link

DigisparkKeyboard library with multiple layout support

Based on DigisparkKeyboard library

This library allows an Digispark board with Attiny85 act as a Keyboard.

For more information about this boards visit http://digistump.com/category/1

Modified by Ernesto Sanchez to support multiple keyboard layouts

Modified by Mümin Köykıran to support Turkish keyboard layouts

Supported layouts:

NOTE1: Only en_us and es_es are tested at july 2017. NOTE2: tr_tr tested at March 2018. The result is perfect.

Download and installation

Use

To configure the keyboard layout it just add #define kbd_lang after #include "DigiKeyboard.h"

Example:

#define kbd_tr_tr
#include "DigiKeyboard.h"

You can use:

If none is especified en_us is used by default.

Version History

(Date format: DD/MM/YYYY)
* 8/7/2017 First commit

TO DO

Contact

Open an issue, ask me on twitter to @ernesto_xload or visit www.sanchezpano.info

Turkish implemented and tested by: @MrKoykiran or visit www.muminkoykiran.com