mirror of
https://github.com/MatMoul/g810-led.git
synced 2026-01-01 02:53:04 +00:00
Implement device IO as a shared library
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>
This commit is contained in:
@@ -45,5 +45,8 @@
|
||||
* Add wireshark dump effects
|
||||
* Improve makefile
|
||||
|
||||
## [pearsonk](https://github.com/pearsonk) :
|
||||
* Implement underlying device IO as a shared library
|
||||
|
||||
## [wextia](https://github.com/wextia) :
|
||||
* Fixed incorrect markdown formatting in README.md
|
||||
|
||||
Reference in New Issue
Block a user