Skip to content

ridercz/CzechKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Czech Keyboards for Arduino

These libraries are derived from the standard Keyboard library of Arduino and are adding support for Czech (QWERTZ) and Czech (QWERTY) keyboard layout.

The support does not lie in adding characters with Czech diacritic marks, but in allowing to type common non-letter special characters on those keyboards.

Installation

Download the CzechKeyboard_QWERTZ.zip or CzechKeyboard_QWERTY.zip file from the latest release. Then use the ZIP import function in Arduino IDE (Sketch > Include Library > Add .ZIP Library...).

Usage

The only change from standard Keyboard library is that you have to include #include "CzechKeyboard_QWERTZ.h" or #include "CzechKeyboard_QWERTZ.h" instead of common #include "Keyboard.h". Nothing else is changed.

Contributor Code of Conduct

This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters.

For more information please visit the No Code of Conduct homepage.