Commit graph

384 commits

Author SHA1 Message Date
Nico
3c5000c4b6 Merge pull request #117 from wind-rider/surface_dial
Add Surface Dial support
2017-08-31 20:21:36 +02:00
wind-rider
ee0bbd9657 Add more comments 2017-08-19 23:02:55 +02:00
wind-rider
8cdc8cca26 Add connection diagram and comments 2017-08-19 22:58:37 +02:00
wind-rider
813eb71440 Added simple example 2017-08-19 17:03:44 +02:00
wind-rider
2169d34f2c Add Surface Dial support 2017-08-19 16:55:52 +02:00
Nico
af9fff10e9 Merge pull request #101 from faxm0dem/patch-1
Fix wrong advertisement
2017-04-02 19:36:09 +02:00
Fabien Wernli
ede4a3e9cf Fix wrong advertisement
As stated elsewhere HUDloader1 is not supported anymore
2017-04-02 14:26:14 +02:00
Nico
a5e20e94d2 Merge pull request #79 from NicoHood/dev
Release 2.4.4
2017-01-27 12:26:34 +01:00
NicoHood
51611e6548
Release 2.4.4 2017-01-27 12:24:29 +01:00
NicoHood
583718f453
Fix flexible array errors 2017-01-27 12:22:02 +01:00
NicoHood
12557b5489 Added wiki submodule 2016-05-05 23:08:11 +02:00
NicoHood
7c269d9749 Added releaseAll() for abs Mouse 2016-03-05 18:02:50 +01:00
NicoHood
b33ff31253 Bump to version 2.4.4 2016-03-05 18:00:05 +01:00
NicoHood
d3147adbfd Added releaseAll() for Mouse API 2016-03-05 17:58:16 +01:00
NicoHood
3a71aaeb72 Release 2.4.3 2016-03-02 10:08:26 +01:00
Nico
f50383922e Merge pull request #76 from Scyntrus/patch-1
Use OR assignment for NKRO modifier keys
2016-02-27 01:12:01 +01:00
Scyntrus
44fbac4089 Use OR assignment for NKRO modifier keys
The DefaultKeyboardAPI implementation uses OR assignment instead of basic assignment.
2016-02-26 16:03:35 -08:00
Nico
516c6f3efd Merge pull request #69 from NicoHood/dev
Release 2.4.2
2016-01-04 18:42:12 +01:00
NicoHood
93a27986f8 Release 2.4.2 2016-01-04 18:41:06 +01:00
NicoHood
dced097808 Lowered Arduiono IDE dependency to 1.6.7 again
RawHID is fixed with 1.6.8, but its not essential for the whole library.
However 1.6.8 is recommended.
2016-01-04 18:26:31 +01:00
NicoHood
f96e09c75b Fixed Keyboard modifier add() issue #68 2016-01-04 18:22:09 +01:00
NicoHood
8e5d8571e2 Bump Arduino IDE requirement number 2016-01-04 18:14:14 +01:00
NicoHood
14f52f1879 Partly revert commit 8bb3b2339f
Arduino integrated the function now as normal fix
2016-01-04 18:13:30 +01:00
NicoHood
bb0960c9f3 Bump version number to 2.4.2 2015-12-19 02:02:11 +01:00
NicoHood
8bb3b2339f RawHID >64 byte fix 2015-12-19 02:00:42 +01:00
Nico
df98686d03 Merge pull request #67 from NicoHood/dev
Release 2.4.1
2015-12-19 01:46:47 +01:00
NicoHood
9a113eb8d2 Added udev rule example 2015-12-19 01:44:47 +01:00
NicoHood
4423cf6a47 Release 2.4.1 2015-12-19 01:43:28 +01:00
NicoHood
7754123b6e Added 1.6.7 as requirement 2015-12-05 08:00:04 +01:00
NicoHood
5c245d7a8b Changed version number to 2.4.1 2015-11-30 18:05:56 +01:00
NicoHood
e8f3178509 Merge branch 'dev' of https://github.com/NicoHood/HID into dev 2015-11-30 18:02:19 +01:00
NicoHood
e632912905 Fix NKRO example issue #64 2015-11-30 17:59:50 +01:00
NicoHood
a95361043b Removed unnecessary Arduino include 2015-11-30 17:55:27 +01:00
Nico
214802a3b6 Delete .development 2015-11-10 07:25:40 +01:00
NicoHood
86ed8a146b Moved some examples into separate folder 2015-11-08 20:09:45 +01:00
NicoHood
4c90e0b90d Added RawHID Hyperion Paintpack example 2015-11-08 20:06:46 +01:00
NicoHood
fcb32a5cf0 minor keyboard feature request fixes 2015-11-08 20:06:17 +01:00
NicoHood
c197491272 Updated RawHID with new, more intuitive API 2015-11-08 20:05:53 +01:00
NicoHood
626be84137 Fixed RawHID linux send function. 2015-11-08 19:59:23 +01:00
NicoHood
eed1098a21 Added featureReport data to constructor 2015-11-08 00:13:42 +01:00
NicoHood
0487754e10 Added Feature Report example + disabled by default 2015-11-07 23:46:58 +01:00
NicoHood
6a93f83c46 Updated Keyboard keywords.txt 2015-11-07 23:35:23 +01:00
NicoHood
a8c292a7bd Added Feature Report function to BootKeyboard
This may be added to other HID Devices as well, but Keyboard makes the most sense.
2015-11-07 23:32:02 +01:00
NicoHood
febc714df5 Improved library.properties 2015-11-07 11:11:28 +01:00
NicoHood
ef6e8e52a7 Merge commit '186c2c432c2ba896e921f1ad4ff436a6466560b3' into dev 2015-11-07 11:09:04 +01:00
NicoHood
186c2c432c Added sequence ID (aka num) to RawHID 2015-11-07 10:54:50 +01:00
NicoHood
b8bdc23208 bumped version number to 2.5 2015-11-06 23:09:56 +01:00
NicoHood
72e2e124b8 Release 2.4 2015-11-06 22:56:25 +01:00
NicoHood
0dd5c5bbb5 Merge branch 'dev_2_4'
Conflicts:
	examples/Consumer/Consumer.ino
	examples/HID/Consumer/Consumer.ino
	examples/HID/Consumer_Basic/Consumer_Basic.ino
	examples/HID/Gamepad_Basic/Gamepad_Basic.ino
	examples/HID/Keyboard_Basic/Keyboard_Basic.ino
	examples/HID/Mouse_Basic/Mouse_Basic.ino
	examples/HID/System/System.ino
	examples/HID/System_Basic/System_Basic.ino
	examples/System/System.ino
2015-11-06 22:14:26 +01:00
NicoHood
d05955dbe3 Readme 2015-11-06 21:53:46 +01:00