Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Jigoku/blackweb_aya
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigoku committed Apr 3, 2017
2 parents e209df8 + a7fa0d1 commit 426dbff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Linux userspace tools for the BlackWeb AYA mouse
### About
A simple script to customise the LED colour of the mouse natively under a Linux environment.
Reverse engineered using wireshark and usbmon to capture usb control frames from a windows VM, so far i have discovered how to set the LED color, and how to store this as a persistent setting.
A userspace tool to customise the LED colour of the mouse natively under a Linux environment. Also supporting some other hardware based features such as mouse polling. It's possible this will work on other platforms too (bsd / osx).

##### TODO;
* Add support for turning the LED off
* Add support to configure LED effect (on, breathing, cycle)
The USB protocol was reverse engineered using wireshark and usbmon to capture USB control messages from a windows virtual machine.

### Current Features
* LED colour control
* change LED color
* change LED color mode (on, off, breathe, cycle)
* Hardware persistent settings
* Hardware mouse polling adjustment

#### Usage
```
Expand Down

0 comments on commit 426dbff

Please sign in to comment.