Skip to content

Commit 2659ec6

Browse files
committed
Fixed library.properties for Mouse and Keyboard libraries
1 parent fb29544 commit 2659ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/Keyboard/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows an Arduino board with USB capabilites to act as a Keyboard. For Leonardo/Micro only
66
paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)
7-
category=USB
7+
category=Device Control
88
url=http://www.arduino.cc/en/Reference/Keyboard
99
architectures=*

libraries/Mouse/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows an Arduino board with USB capabilites to act as a Mouse. For Leonardo/Micro only
66
paragraph=This library plugs on the HID library. Can be used with or without other HID-based libraries (Keyboard, Gamepad etc)
7-
category=USB
7+
category=Device Control
88
url=http://www.arduino.cc/en/Reference/Mouse
99
architectures=*

0 commit comments

Comments
 (0)