keybrd library is an open source library for creating custom-keyboard firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

tutorial_8a_using_someone_else's_keybrd_extension_library.md 1.6KB

Tutorial 8a - using someone else’s keybrd extension library

The keybrd library contains the classes needed for creating most keyboard firmware. keybrd extension libraries extend the keyboard library with custom classes.

keybrd extension library names are prefixed by “keybrd_” and are listed in:

  • Arduino Playground > find “keybrd”
  • Arduino Library-Manager (Arduino IDE > Sketch > Include Library > Manage Libraries > Filter your search: keybrd)

Instructions for installing a library on Arduino IDE are at:

http://www.arduino.cc/en/Guide/Libraries

Once a keybrd extension library is installed, it’s classes can be included in your sketch.


Creative Commons License
keybrd tutorial by Wolfram Volpi is licensed under a Creative Commons Attribution 4.0 International License.
Permissions beyond the scope of this license may be available at https://github.com/wolfv6/keybrd/issues/new.