-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
45 lines (36 loc) · 2.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
==============================================================================================
logitools
==============================================================================================
This repo contains a modified version of the g15tools. As I feel the upstream is being slow at
bugfixes and new inclusions I forked it off. One of the biggest changes is better G510 support
when I obtain a G510 Keyboard.
Planned Features
* Rename to logitools as it fits more then g15tools as it supports more then just the G15
Keyboard. This will rename the following
libg15 -> liblogitech
g15daemon -> logitoolsd
* To maintain compatability with the older g15tools, API's were not renamed (still prepended
with g15.) and we have symlinks to there older counterparts to provide library compatability
* Adding better G510 support.
* No Longer use autotools (This is a personal preference, I have a huge huge dislike for
autotools and wishes everyone would just ditch it. Its not cause its a GNU project,
its just the worse poorly written software and is a pain to maintain projects using it.)
I might also add mouse support for the G500 as it has programmable keys as well for macros,
tho this is just a planned addition.
==============================================================================================
NOTE: The Attic just contains code I have not converted to CMake or renamed things or added
new code. Mostly anything here will not build at all.
==============================================================================================
logitools - Tools for Logitech Gaming Keyboards
Copyright (C) 2011 Michael Manley ; 2006-2007 The G15tools Project - g15tools.sf.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.