Commit graph

55 commits

Author SHA1 Message Date
Nico
a25c2ee026 Mouse fix 2015-04-19 18:30:05 +02:00
Nico
7321da7a8f Merge pull request #21 from NicoHood/NicoHood-Gampad-Fix
Gampad fix
2015-04-05 16:53:35 +02:00
Nico
e81627d7fa Revert "Consumer Custom test"
This reverts commit b488056469.
2015-04-04 21:04:53 +02:00
Nico
b488056469 Consumer Custom test 2015-04-04 20:55:29 +02:00
Nico
345dc26257 Consumer Fixes 2015-04-04 20:55:18 +02:00
Nico
1e9a538284 Revert "Revert "Fixed compiler path for mac""
This reverts commit dc28bd4f12.
2015-04-02 16:10:42 +02:00
Nico
dc28bd4f12 Revert "Fixed compiler path for mac"
This reverts commit e01422733a.
2015-04-01 17:03:46 +02:00
Nico
e01422733a Fixed compiler path for mac
Due to PR here: https://github.com/sparkfun/SF32u4_boards/pull/14
2015-03-30 17:51:09 +02:00
Nico
f991009f73 Fix Issue #15 2015-03-30 17:01:54 +02:00
Nico
731d5c29f0 Added Menu Key definition
Opens context menus like a right mouse click.
2015-03-30 17:01:25 +02:00
Nico
0db09e7b3f fix issue #14 2015-03-17 21:11:28 +01:00
Nico
2b7c1ad1dd fix issue #14 2015-03-17 21:10:59 +01:00
Nico
f7593de4eb Merge pull request #18 from NicoHood/master
fix issue #12
2015-03-17 21:02:39 +01:00
Nico
e9748a7a8f Fix issue #16 2015-03-01 14:23:49 +01:00
Nico
2289569e7d Integrated System wakeup into API 2015-02-28 10:42:52 +01:00
Nico
8fb1a2cb04 Added better USB PID costumization 2015-02-24 07:45:46 +01:00
Nico
8681c19dab Added No USB workaround to pins.h
Due to a bad Leonardo Bootloader this is the only way (i know) to fix
this bug right now. It no longer needs to be included in the sketch
anymore, this will be compiled automatically now.
2015-02-20 14:45:25 +01:00
Nico
8392355ebe Updated HID-Bridge
Now works for USB and IO AVR. Still not complete.
2015-02-20 14:43:50 +01:00
Nico
f2695b14ef Applied last SoftSerial fix 2015-02-17 20:26:14 +01:00
Nico
17045e3a92 Updated HIDBridge and NHP 2015-02-17 20:15:23 +01:00
Nico
36e125a62d Moved Keywords.txt to HIDBridge
installing is now not needed anymore
2015-02-17 20:13:35 +01:00
Nico
619bdf633b HID Bridge update 2015-02-16 16:07:31 +01:00
Nico
4cfa0c6964 Minor fixes + HIDBridge
* increased HW Serial1 RX buffer size from 16 to 32 (TX still 16)
* removed fixed size in report buffers
* used HID_KeyboardReport_Data_t now in Keyboard API

HID Bridge works for transmitting
2015-02-14 12:37:35 +01:00
Nico
2f3e24f3b4 corrected weak hid sending function 2015-02-11 19:19:57 +01:00
Nico
ab25e80b0d remove test 2015-02-11 17:24:14 +01:00
Nico
39ee9c8d95 Added the fixes again
had some problems with last commit
2015-02-11 16:58:07 +01:00
Nico
eeb929dc8c Readme 2015-02-11 16:55:39 +01:00
Nico
36cba28322 made gamepad report private again
people (like me!) should rather use advanced gamepad for such things
2015-02-11 16:14:24 +01:00
Nico
64f2a0a66b fix issue #12
https://github.com/NicoHood/HID/issues/12
2015-02-11 15:39:15 +01:00
Nico
1950101aba fix issue #12
https://github.com/NicoHood/HID/issues/12
2015-02-11 15:37:17 +01:00
Nico
8c81c7b2e8 Minor updates 2015-02-10 18:50:06 +01:00
Nico
9e62034439 added keywords file 2015-02-10 18:48:23 +01:00
Nico
6f3996ef8b Fixed bug which occured after another "fix" 2015-02-03 19:05:30 +01:00
Nico
6c05380f83 Serial fix 2015-02-02 21:33:13 +01:00
Nico
e6642ca0dc Correct undefined Serial Buffer Size
https://github.com/arduino/Arduino/pull/2597
2015-02-02 20:36:25 +01:00
Nico
bff1b97911 Added Arduino Libraries to avoid compiling errors
Also included the SoftSerial fix by matthijskooijman
https://github.com/arduino/Arduino/pull/2032
2015-01-24 22:51:38 +01:00
Nico
bc952e0bc0 Fixed Consumer/System-Control names
Also added Absolute Mouse Report
2015-01-17 14:53:10 +01:00
Nico
691befadf4 Moved USB_EP_SIZE definition
This was needed in order to use the HID_Core without an USB AVR to still
use the HID APIs
2015-01-17 10:21:54 +01:00
Nico
e0c845d01b Added custom gamepad example 2015-01-11 15:36:08 +01:00
Nico
fa2135adc0 gamepad report id fix 2015-01-11 15:04:15 +01:00
Nico
ccfe47943f Fixed minor custom hid definition 2015-01-11 15:01:35 +01:00
Nico
c7c3bdb39c Arduino as ISP fix 2015-01-11 13:57:58 +01:00
Nico
830e5871e5 Fix when no specific descriptors are set 2015-01-11 12:08:01 +01:00
Nico
044e855c2e Fixed hid core installation
It is no longer needed to manually move the hid core to your arduino
installation due to a fix in platform.txt
2015-01-09 18:00:36 +01:00
Nico
9340ea20c6 Added Raw HID, made Custom reports more easy
Also added a new picture and a keyboard + mouse report definition
2015-01-08 17:44:04 +01:00
Nico
b90fb505f0 Fixed HID_SendReport() prototype workaround 2015-01-03 19:14:36 +01:00
Nico
e5d28296d2 Easy USB-Core selection
HoodLoader2 needs an update as well.
2015-01-03 19:00:08 +01:00
Nico
385d2908f9 minor format fix 2015-01-02 20:27:47 +01:00
Nico
47b6e14961 Arduino 1.6 rc1 Core update
Just a small HW Serial update
2015-01-02 20:13:44 +01:00
Nico
5869b838cd Updated Keyboard Led function name 2015-01-02 19:58:49 +01:00