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

15 Commits

Author SHA1 Message Date
Stephen Kitt
0c74b54399
Include cstdint for uint16_t
Starting with GCC 13, cstdint is included by fewer headers and needs
to be explicitly included in help.h, so that uint16_t is defined. See
https://gcc.gnu.org/gcc-13/porting_to.html for details.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2023-06-25 16:34:30 +02:00
5ba6063ad2 Resolve merge conflicts 2020-04-26 18:48:26 +02:00
cornernote
a5acdf4113 add support for g815 on-board-mode 2020-01-14 08:40:45 +10:30
cornernote
a3cbef418d updates for G815 support 2020-01-13 12:47:29 +10:30
Paulo Flabiano Smorigo
1642d2dc02
Add support for g512
Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
2020-01-04 22:10:00 -03: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
Daniel Eble
af802446fb Issue #157: -fx-store sets user-stored lighting on G Pro 2019-01-02 07:21:15 -05:00
Daniel Eble
4b458ef6b7 Define g513 features as requested in pull-request feedback. 2018-12-30 21:44:02 -05:00
Daniel Eble
a4152d8a97 Issue 152: Ignore "multimedia" key group for g410, g513, and gpro.
These keyboards lack dedicated multimedia keys.
2018-12-30 21:38:24 -05: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
b88e839978 Add feature flags to filter help messages 2017-05-07 01:32:31 +02: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
c2c8f6b7ac Full refactor code 2017-01-21 09:15:18 +01:00