GPRO udev rule needs to use the /etc/g810-led/profile path like
the others.
Removed uninstallation of g810-led.service that is not being installed
in setup.
Signed-off-by: Lauri Leukkunen <lauri@rahina.org>
Specified version string in makefile will now propogate to VERSION as a
macro appended to CFLAGS.
Cleaned up version string, quotes not necessary when specifying
major/minor/micro, though this is purely cosmetic.
Signed-off-by: Kevin Pearson <pearosn.kevin.m@gmail.com>
Currently supported:
- G213 by region {1..5}
- Standard FX calls
- Startup behavior
- Help and command-line app support
resolvesMatMoul/g810-led#69
Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
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>
To ease packaging, the new setup rule only copies files to the correct
location. The install rules perform the commands to load the newly
installed files.