mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 09:16:11 +00:00
e5193b5985
Provide make targets and build configuration to create a shared object for other systems/applications to use to control keyboard LEDs without the need for instantiating the g810-led process. Provide make targets for installing library and development files into environments, such as the current system or package builders. Currently preserves precious behavior of building g810-led binary as statically linked. Provides an alternative build target of "bin-linked" which will create a dynamically linked variant. Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
1.4 KiB
1.4 KiB
g810-led - CONTRIBUTORS (alpha order) :
andreast1990 :
- Add Wireshark dump for g910
barul42 :
- Improve INSTALL.MD
carlba :
- Improve install file
CReimer :
- Add Wireshark dump for g910 M and G keys
- Debug hidapi missing keys on certain computer
dkolosa :
- Provide alternative productid for g910
francoisfreitag :
- Refactor makefile (hard work)
hschreck :
- Fix typo
jdagerbo :
- Refactor many of the code (very hard work)
Landrovan :
- Improve support of G410 (two times)
larsnaesbye :
- Fix typo
lynix :
- Improve makefile
matthunz :
- Improve INSTALL.MD for ArchLinux
MohamadSaada :
- Add poweron effect bytes for g910
- Debug setKeys (hard work)
noisycat :
- Add wireshark dump effects
- Improve makefile
pearsonk :
- Implement underlying device IO as a shared library
wextia :
- Fixed incorrect markdown formatting in README.md