From 80c97625573afb257cd7ff79db488ccf2a9130c3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 16 Feb 2015 23:30:10 +0200 Subject: [PATCH] PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.org/#!/lib/show/130/PS2Keyboard * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html) --- library.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..fc44c97 --- /dev/null +++ b/library.json @@ -0,0 +1,16 @@ +{ + "name": "PS2Keyboard", + "keywords": "keyboard, emulation", + "description": "PS2Keyboard (PS/2) allows you to use a keyboard for user input", + "repository": + { + "type": "git", + "url": "https://github.com/PaulStoffregen/PS2Keyboard.git" + }, + "frameworks": "arduino", + "platforms": + [ + "atmelavr", + "teensy" + ] +}