1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 17:26:11 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
Lauri Leukkunen
bca3eeb469 Add PRO support
Initial PRO support, effectively treat as g810

Signed-off-by: Lauri Leukkunen <lauri@rahina.org>
2017-05-10 14:10:38 +03:00
b88e839978 Add feature flags to filter help messages 2017-05-07 01:32:31 +02:00
ebb41b8037 Add new arg -tuk for testing unsuported keyboard 2017-05-06 22:41:08 +02:00
7c96ec51bc Code formating 2017-04-29 16:58:02 +02:00
cbb416527b Merge pull request #73 from pearsonk/SpecDevice
Support specifying a specific device for executing commands
2017-04-29 15:15:44 +02:00
Kevin Pearson
114fa9b703 Augment command arg parsing to set specific device
Change argument parsing to segregate options from the command

Add -dv -dp and -ds options to allow matching a vendor ID, device ID,
and/or device serial number.

Modify --list-keyboards to parse the DeviceInfo vector and output
information to stdout.

Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
2017-04-28 16:18:37 -04:00
Kevin Pearson
53876ac54e Add utility to convert string to uint16_t
Purpose for this is for command argument parsing of vendor and product
IDs

Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
2017-04-28 16:18:37 -04:00
Kevin Pearson
47e2468681 Unify version string
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>
2017-04-26 10:07:00 -04:00
b4d96ffa15 Version 0.2.0 2017-04-21 23:08:03 +02:00
9ae812b88e Finalization of g213 support 2017-04-21 23:00:21 +02:00
Kevin Pearson
793aa0d557 Initial work to add G213 support
Currently supported:
- G213 by region {1..5}
- Standard FX calls
- Startup behavior
- Help and command-line app support

resolves MatMoul/g810-led#69

Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
2017-04-20 21:26:48 -04:00
1f0458ea4f Version 0.1.9 2017-04-14 03:08:51 +02:00
0e952273c0 Version 0.1.8 2017-04-14 03:06:24 +02:00
468b133cf0 Version 0.1.7 2017-04-14 02:42:55 +02:00
d0c5b91815 Version 0.1.6 2017-03-25 01:15:37 +01:00
b4ab4b8939 Version 0.1.5 2017-03-25 01:13:31 +01:00
35af244e51 Version 0.1.4 2017-03-25 00:04:44 +01:00
95fb9c084e Update g410effects support 2017-03-25 00:03:05 +01:00
16b8b7d12c Version 0.1.3 2017-03-18 22:17:43 +01:00
d9a7c4c561 Remove logo for G410 2017-03-18 19:44:37 +01:00
53c3a01857 V 0.1.2 2017-03-11 23:31:23 +01:00
1a86c04ba2 Version 0.1.1 2017-03-11 22:02:58 +01:00
3c4c2ceef0 Set V 0.2.0 Branch 2017-03-11 21:34:17 +01:00
8931db5685 Add GKeys mapping mode suport 2017-03-11 21:14:50 +01:00
be7d367079 Add MKeys led control 2017-03-11 17:56:40 +01:00
57acff0910 Version 0.1.0 2017-02-25 03:24:28 +01:00
1af3da597b Version 0.0.2 2017-02-25 03:12:20 +01:00
a43c89a2bd Add make release support 2017-02-25 03:07:10 +01:00
6a98d1dd95 Update help and todo 2017-02-25 01:03:17 +01:00
e79c4e3241 Improve samples 2017-02-12 01:00:02 +01:00
9bd190331b Bug correction 2017-02-07 00:51:01 +01:00
945c1dfc8a Bug correction 2017-02-07 00:49:18 +01:00
9bca0c8f30 Update FX help 2017-02-07 00:43:16 +01:00
b4e833c22e Update FX help 2017-02-07 00:42:50 +01:00
c05e058376 Make help more selective from binary name 2017-02-07 00:40:45 +01:00
4327a5d0e7 Make help more selective from binary name 2017-02-07 00:25:11 +01:00
ed153fed70 Make help more selective from binary name 2017-02-07 00:22:12 +01:00
b87c2595a7 Make help more selective from binary name 2017-02-07 00:18:23 +01:00
c887ad1773 Prepare avoid sending keys that not supported by a keyboard model 2017-02-07 00:03:50 +01:00
c2c8f6b7ac Full refactor code 2017-01-21 09:15:18 +01:00