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

374 Commits

Author SHA1 Message Date
Bernd Schatz
a5894c0364 Merge branch 'master' into develop 2020-03-29 19:52:09 +02:00
Bernd Schatz
3b49c8ab81 fixed some comments 2020-03-29 19:51:38 +02:00
Bernd Schatz
055bc28640 ADDED: bash completion 2020-03-29 19:47:02 +02:00
Bernd Schatz
84e01e1a80 ignore vi backup files 2020-03-29 19:46:07 +02:00
MatMoul
a1b1127046
Merge pull request #195 from localleon/profile-docu
Improving Documentation for Profiles
2019-11-18 23:19:01 +01:00
localleon
14e331ad2a Adding seperate Profile Sections in README 2019-10-29 17:46:51 +01:00
MatMoul
394f7fbbb0
Merge pull request #192 from DanEble/develop
Stop prepending a zero byte to the input of hid_write()
2019-10-16 23:10:15 +02:00
MatMoul
37d98ada71
Merge pull request #191 from pearsonk/g815
G815 Effects Support
2019-10-16 22:58:16 +02:00
Dan Eble
d438ec2e3a Stop prepending a zero byte to the input of hid_write()
hid_write() expects a report ID in the first byte.  The 0x11 and 0x12
values sent as the first byte of commands are consistent with report
IDs published in the keyboard's USB descriptors.

This change was motivated by commands not working reliably using
hidapi on macOS with a G Pro keyboard.
2019-09-30 11:16:37 -04:00
Kevin Pearson
b938bf6c1d Add ripple and off effects
NOTE: Ripple effect (0x05) seems to have a conflict with an unadvertised
"stars"-like effect for the G410 and G810. Did not explore setting
timing for the G410/G810 effect, but is likely contrasted greatly with
the timing of the new Ripple effect. GHub limits ripple timing between
20ms and 200ms, but actual values are arbitrary and were tested up to
5000ms. Ideally should be kept within the 20-200ms range for best feel
of the effect. Logo does not honor the effect, and GHub simply sets to
the default "Logitech Blue".

Signed-off-by: Kevin Pearson <kevin.pearson@ortmanconsulting.com>
2019-09-26 08:50:46 -04:00
Kevin Pearson
1a26bf7e64 Initial g815 support: native effects
TODO: There is a new ripple effect that needs to be added. This commit
only provides support for the current effects.

Signed-off-by: Kevin Pearson <kevin.pearson@ortmanconsulting.com>
2019-09-25 08:15:22 -04:00
MatMoul
3c42eee3e8
Merge pull request #190 from pearsonk/g815
Set two protocol bytes for effects
2019-09-23 21:38:57 +02:00
118631d184 Version 0.3.9 2019-09-21 00:44:32 +02:00
Kevin Pearson
59aafb262a Set two protocol bytes for effects
The g815 doesn't use 0x3c as the 5th byte, so have it specified per
device.

Signed-off-by: Kevin Pearson <kevin.pearson@ortmanconsulting.com>
2019-09-20 09:37:49 -04:00
MatMoul
895861c185
Merge pull request #184 from Krutonium/master
Updated Install.MD
2019-09-09 21:28:00 +02:00
Krutonium
4f927ea954
Add Trizen 2019-09-08 15:28:43 -04:00
Krutonium
2a23006c9b Updated Arch Instructions; yaourt is deprecated and yay has effectivly replaced it 2019-09-06 03:37:25 -04:00
Krutonium
3c26fc81cf Add Solus install instructions, Minor Formatting 2019-09-06 03:36:18 -04:00
dfd170f0c1 Version 0.3.8 2019-08-28 22:35:47 +02:00
MatMoul
0d4600e8f7
Merge pull request #181 from lanodan/fix/makefile-clang
makefile: Fix compiling with clang
2019-08-28 22:32:16 +02:00
Haelwenn (lanodan) Monnier
0f1853e30b
makefile: Fix compiling with clang 2019-08-28 10:22:52 +02:00
b00ba8aa0c Version 0.3.7 2019-07-25 22:00:58 +02:00
a6586266f1 upadate udev rules 2019-07-25 21:59:49 +02:00
8d39f90e10 Version 0.3.6 2019-07-19 21:48:44 +02:00
MatMoul
8ce51a2295
Merge pull request #177 from olayad/master
Fixed path in Sample instructions from README.md
2019-07-19 21:45:56 +02:00
Daniel Olaya
d5b2507e41 Fixed path in Sample instructiosn 2019-07-18 22:15:40 -07:00
linusmartensson
3c06d8f952
Update g810-led.rules
I had problems (with g513) where the udev rules were causing the script to run repeatedly, glitching any effects and stopping regular commands from executing. The singular version "SUBSYSTEM" instead of "SUBSYSTEMS" seems to fix that. YMMV
2019-06-26 17:34:27 +02:00
acdac95624 Version 0.3.5 2019-06-23 19:11:24 +02:00
1c487472df Merge branch 'misuchiru03-muslfix' into develop 2019-06-23 19:09:41 +02:00
Alex Childs
31b7aa7754 Use correct stdint types 2019-06-18 08:18:46 -05:00
170b8a488d Version 0.3.4 2019-05-26 02:08:55 +02:00
24c8ae45a3
Merge pull request #171 from sebdel/develop
Add missing -p argument help
2019-04-02 21:36:10 +02:00
Sebastien Delestaing
b39e899101 Add missing -p argument help 2019-04-02 10:33:20 +02:00
b402e367ad Version 0.3.3 2019-01-19 01:20:19 +01:00
4937d0f58c missed br in install.md 2019-01-18 23:17:26 +01:00
b13042eb01 Merge branch 'skitt-debian-fixes' into develop 2019-01-18 23:14:44 +01:00
Stephen Kitt
41c930adc3
Fix 'unsupported' spelling
Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-01-18 08:56:13 +01:00
Stephen Kitt
3887cbd1b9
Add Debian/Ubuntu installation instructions
Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-01-18 08:56:07 +01:00
b1960e7634 Version 0.3.2 2019-01-15 21:39:41 +01:00
3d3af471a2
Merge pull request #163 from lanodan/patch-1
INSTALL.md: Add installation on gentoo
2019-01-15 21:30:59 +01:00
Haelwenn Monnier
564d66bc8f
INSTALL.md: Add installation on gentoo 2019-01-08 02:20:31 +01:00
f722362d66 Reverting back LICENCE file and updating src licence header file 2019-01-06 00:48:31 +01:00
0ca32299ac Update files for licences accuracy 2019-01-05 02:48:43 +01:00
475769942c Version 0.3.1 2019-01-03 03:34:12 +01:00
0fd4801c7c
Merge pull request #161 from DanEble/issue-157-store-effect
Issue #157: -fx-store sets user-stored lighting
2019-01-02 21:37:05 +01:00
Daniel Eble
af802446fb Issue #157: -fx-store sets user-stored lighting on G Pro 2019-01-02 07:21:15 -05:00
79aa3b278c Version 0.3.0 2019-01-02 02:32:18 +01:00
7a23f23b66
Merge pull request #160 from DanEble/issue-156-effect-period-ms
Set effect period in ms or s (Issue #156)
2019-01-02 01:49:10 +01:00
Daniel Eble
886021d033 Issue #156 (2/2): update help 2019-01-01 13:55:02 -05:00
Daniel Eble
144be79731 Issue #156 (1/2): support setting effect period in s or ms 2019-01-01 13:55:02 -05:00