Fixed minor custom hid definition
This commit is contained in:
parent
c7c3bdb39c
commit
ccfe47943f
2 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ keycode/raw for keyboard
|
||||||
Check Keyboard keycode function again? + add example
|
Check Keyboard keycode function again? + add example
|
||||||
Generalize HID key definitions via HIDTables for example?
|
Generalize HID key definitions via HIDTables for example?
|
||||||
|
|
||||||
update Burning via ISP (advanced)
|
update Burning via ISP for HL2
|
||||||
Test with Android phone (HL1)
|
Test with Android phone (HL1)
|
||||||
"Emulate" HL1 protocol
|
"Emulate" HL1 protocol
|
||||||
remove dev HL2 link
|
remove dev HL2 link
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ You have to enable the specific hid apis on your own then, also the keyboard led
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define HID_AUTOMATIC
|
#define HID_AUTOMATIC
|
||||||
#define HID_CUSTOM_SETTINGS
|
//#define HID_CUSTOM_SETTINGS
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
// Automatic
|
// Automatic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue