Skip to content

Commit

Permalink
Add information about authors, examples, homepage and version to @pla…
Browse files Browse the repository at this point in the history
…tformio Library Registry manifest file

Signed-off-by: Roman3349 <[email protected]>
  • Loading branch information
Roman3349 committed Oct 9, 2016
1 parent f2072ef commit cfbe00d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,41 @@
"name": "PS2Keyboard",
"keywords": "keyboard, emulation",
"description": "PS2Keyboard (PS/2) allows you to use a keyboard for user input",
"authors":
[
{
"name": "Paul Stoffregen",
"email": "[email protected]",
"url": "http://www.pjrc.com",
"maintainer": true
},
{
"name": "Christian Weichel",
"email": "[email protected]"
},
{
"name": "L. Abraham Smith",
"email": "[email protected]"
},
{
"name": "Cuningan",
"email": "[email protected]"
},
],
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/PS2Keyboard.git"
},
"version": "2.4",
"homepage": "http://www.pjrc.com/teensy/td_libs_PS2Keyboard.html",
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"teensy"
],
"examples": [
"examples/*/*.pde"
]
}

0 comments on commit cfbe00d

Please sign in to comment.