Files
agent/packages/usb
László Monda 7537e5b823 Add a number of properties to the user config that are related to mou… (#501)
* Add a number of properties to the user config that are related to mouse movement, LED brightness, data model versioning, and double tap switch layer timeout. Update firmware related version numbers.

* use default config if parse loaded config from device failed

* add asserts to the new user config fields

* separate user and hardware config parser

* fix indent

* fix user-config size read
2017-12-02 23:55:43 +01:00
..
2017-10-05 02:46:49 +02:00
2017-11-17 01:02:31 +01:00
2017-11-17 01:02:31 +01:00

Usage

  1. Install node.js and npm
  2. Run npm install in this directory
  3. Run script eg. node blink-test-led.js

Driver requirements

Linux

Default driver.

Windows

Inorder to make the usb lib work, the WinUsb driver should be installed (only) for interface 0, the rest should be the default HidUsb.

  1. Download zadig
  2. Install WinUsb for Ultimate Hacking Keyboard (Interface 0)

For more information click here.