KeyboardFr is a fork of the Keyboard Library for Arduino. This library allows an Arduino board with USB capabilities to act as a Keyboard (with AZERTY support).
For more information, please refer to the Keyboard Library documentation (available here).
These instructions will get you a copy of the project up and running on your local machine for development purposes.
Go to your Arduino libraries folder, depending on your system:
- Linux:
cd ~/sketchbook/librairies/ - Windows:
cd C:\Users\%USERNAME%\Documents\Arduino\librairies\
Then you can clone the git project:
git clone https://github.com/msommacal/KeyboardFr.git
To include the library in one of your sketchbooks, simply use the following instruction:
#include "KeyboardFr.h"
An example of use is available in the examples folder.
This project is licensed under the GNU Lesser General Public License - see the LICENSE.md file for details.