apple1/Arduino/libraries/PS2Keyboard/library.json

17 lines
335 B
JSON

{
"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"
]
}