1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-04-04 23:31:48 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
68551c65ec Add support to G512 and G513 2018-08-01 23:37:29 +02:00
476bf8b5af Add G413 support 2017-08-01 22:51:20 +02:00
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
ac8ce20fff Expose SupportedKeyboards var in LedKeyboard class 2017-05-07 04:02:34 +02:00
ebb41b8037 Add new arg -tuk for testing unsuported keyboard 2017-05-06 22:41:08 +02:00
Kevin Pearson
4b2a1002e8 Add support for opening a specific device
Allow filtration and matching of specified Device ID, Product ID, Serial
Number

Fix an issue in listKeyboards (hidapi) with an out of bounds search when
using serial number

Fix possible null reference problem in listKeyboards (hidapi) that
caused rare segfaults when traversing the device enumeration in
increments of two

Fix handling of output of listKeyboards (hidapi) where it was
incrementing the dev list pointer, then accessing the node to look for
device serial number (potential security risk)

Fix handling of serial number output of listKeyboards (hidapi) to handle
wchar_t instead of outputting the memory address

Fix issue in listKeyboards (libusb) failure to finish cleaning up USB
contexts, leading to a segfault if calling a separate function after
listing keyboards.

Fix issue in close (libusb) segfaulting if m_hidHandle was null, so
added a check.

Modify listKeyboards to provide a vector of DeviceInfo objects that can
be used by calling applications instead of outputting to stdout directly.

Implement a struct to hold information regarding device information and
ability for a library caller to query this information to make decisions
about the currently targeted device.

Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
2017-04-28 16:18:37 -04: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
Kevin Pearson
d69ce2855f Fix spelling of SupportedKeyboards
Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
2017-04-06 09:43:37 -04:00
8931db5685 Add GKeys mapping mode suport 2017-03-11 21:14:50 +01:00
d72e526ac9 Typo 2017-03-11 18:44:46 +01:00
be7d367079 Add MKeys led control 2017-03-11 17:56:40 +01:00
bcdcee88f1 Switch to hidapi 2017-01-21 22:45:48 +01:00
cdaae30aa2 esc bug 2017-01-21 09:17:35 +01:00
c2c8f6b7ac Full refactor code 2017-01-21 09:15:18 +01:00
f4ea0405cd Add FX features 2017-01-08 03:23:13 +01:00
3af632a589 Add FX support for g910 2017-01-04 03:37:33 +01:00
4bfa9811b3 Add wave effect 2016-12-30 21:35:26 +01:00
3b13f247b5 Add native effect support 2016-12-30 17:55:19 +01:00
5a2bff5225 Add first shot for effect code 2016-12-30 01:30:17 +01:00
Charles
54897d9a5a Multiple changes of datatypes being past overflowing constants (most char needed to be changed to unsigned char or uint8_t). Also changed the include style of the <libusb.h> to be controlled through the makefile setting 2016-12-12 14:06:45 -06:00
3af149101e Reindent with tab 2016-12-08 22:43:08 +01:00
a4a0b83542 Rename keyboard protocol version 2016-12-06 22:54:04 +01:00
4d407ed834 Add spark support preview 2016-11-28 00:40:03 +01:00
31144f67ce Move keyboard detection to Keyboard.cpp 2016-11-12 00:34:59 +01:00
089ff25f3e Clean code 2016-10-30 01:03:14 +02:00
76a8e09fe1 align key name to const name 2016-10-29 16:42:44 +02:00
556c5f4f5e Type tilde 2016-10-29 13:35:55 +02:00
e3cebb2912 Update keywork count 2016-08-09 21:01:21 +02:00
658975aab4 Add semicolon for US Keyboard 2016-08-09 17:14:20 +02:00
44e029c57d Add G410 support 2016-08-07 19:40:48 +02:00
cea8c98f03 Remove Raws because it work best as profile 2016-06-17 21:09:02 +02:00
fdc8220e70 First commit 2016-06-12 22:16:07 +02:00