TrinketKeyboard icon indicating copy to clipboard operation
TrinketKeyboard copied to clipboard

Arduino-less USB HID KB with Adafruit Trinket

This is a minimal standalone (not needing any Arduino stuff) implementation of TrinketKeyboard for Adafruit's Trinket. Notes below apply. --Joonas Pihlajamaa

TrinketKeyboard is a part of Adafruit's Trinket/Gemma USB HID Arduino Library

TrinketKeyboard allows the user to implement a simple USB keyboard inside the Arduino environment

Please see TrinketKeyboard.h for usage documentation, an example is also included

TrinketKeyboard uses V-USB (http://www.obdev.at/products/vusb/) to implement USB with a bitbang technique. See the folder "usbdrv" for V-USB files.

Adafruit's Trinket and Gemma can do almost anything that V-USB can do, including USB mouse, keyboards, joysticks, gamepads, MIDI devices, and much more (including custom devices that do not fit any existing category).

Copyright (c) 2013 Adafruit Industries All rights reserved.

TrinketKeyboard is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

TrinketKeyboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with TrinketKeyboard. If not, see http://www.gnu.org/licenses/.