From d63b269d98af9ada59b02a59a41a376cc1be5057 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 23 Jan 2017 21:16:09 +0100 Subject: [PATCH] Update README and add TODO --- README.md | 2 +- TODO.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index fdea43b..163fe43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # g810-led
-Linux LED controller for Logitech Led Keyboards.
+Linux led controller for Logitech G410, G610, G810 and G910 Keyboards.
##Compatible keyboards :
- **G410 Atlas Spectrum**
diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..2833e7f --- /dev/null +++ b/TODO.md @@ -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
+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)