Skip to content

Commit d1e66f9

Browse files
committed
fix(Keyboard): remove warnings raised by arduino-lint
WARNING: library.properties maintainer value Arduino <info@arduino.cc> starts with "Arduino". 3rd party libraries are not maintained by Arduino. (Rule LP027) WARNING: library.properties maintainer value Arduino <info@arduino.cc> contains "Arduino". 3rd party libraries are not maintained by Arduino. (Rule LP057) Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 2defba5 commit d1e66f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/Keyboard/library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Keyboard
22
version=1.1.0
3-
author=Arduino
4-
maintainer=Arduino <info@arduino.cc>
5-
sentence=Allows an Arduino/Genuino board with USB capabilities to act as a Keyboard.
6-
paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)
3+
author=Arduino, stm32duino
4+
maintainer=stm32duino
5+
sentence=Allows a STM32 based board with USB capabilities to act as a Keyboard.
6+
paragraph=This library plugs on the HID implementation provided by the core.
77
category=Device Control
88
url=http://www.arduino.cc/en/Reference/Keyboard
99
architectures=stm32

0 commit comments

Comments
 (0)