1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00

Update README and add TODO

This commit is contained in:
MatMoul 2017-01-23 21:16:09 +01:00
parent 70004d07df
commit d63b269d98
2 changed files with 27 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# g810-led</br> # g810-led</br>
Linux LED controller for Logitech Led Keyboards.</br> Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.</br>
##Compatible keyboards :</br> ##Compatible keyboards :</br>
- **G410 Atlas Spectrum**</br> - **G410 Atlas Spectrum**</br>

26
TODO.md Normal file
View File

@ -0,0 +1,26 @@
# g810-led TODO
## Tasks (Help wanted) :
* (0%) Code review (memory leak and other...)
* (0%) Improve INSTALL.md to support more distributions (And CentOS with hidapi)
* (0%) Send specialized help based on executable name
* (0%) Improve --help-effects
* (0%) Improve --help-samples
* (0%) Add a python sample effects that use stdin
* (0%) Use a default profile compatible with the G610 (for indicators)
* (0%) Use a more generic name for config dir and systemd units
* (0%) Choose versionning method
* (1%) Make distributions ready package but it's dependent to versionning method</br>
ArchLinux (in AUR): g810-led, g810-led-git
## Tasks (Assigned to MatMoul but you can participate) :
* (0%) Avoid sending keys that not supported by a keyboard model
* (0%) Add deamon mode for custom effects
## Tasks (Assigned to MatMoul) :
* (0%) Add a new repo for custom effects
## Possible enhancements :
* (0%) Support of G keys on G910 ([issue 39](https://github.com/MatMoul/g810-led/issues/39) if config is sent by software)
* (0%) Support of new G Mouse like the G403 ([issue 40](https://github.com/MatMoul/g810-led/issues/40))
* (0%) Support country based keybord ([issue 16](https://github.com/MatMoul/g810-led/issues/16) but very hard)