Skip to content

Mr-Click/Arduino-HID-Plus

Repository files navigation

Arduino

  • Arduino-HID-Plus is a fork of Arduino repository that includes some extra features on the HID Keyboard implementation and, in particular:

  • support for multiple keyboards layouts with methods: Keyboard.setKeyLayout(); Keyboard.getKeyLayout()

  • Currently, the platform supports US_LAYOUT and IT_LAYOUT where each layout is implemented with a different asciimap array.

  • support for CAPSLOCK LED status with methods: Keyboard.setLedStatus(); Keyboard.getLedStatus(); Keyboard.isCapsLockOn()

  • all these features have been implemented by patching the following files from arduino repository: hardware/arduino/avr/cores/arduino/[HID.cpp,USBAPI.h]

Installation

  • Download Arduino-HID-Plus repository with: git clone https://github.com/valerio-click/Arduino-HID-Plus.git

  • Compile ardunio with:cd build/ && ant && ant run

Credits

  • This project is a patchwork of several hacks and ideas found on-line:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published