dokutan
e2576b4599
Update README.md
2021-02-06 22:50:07 +01:00
dokutan
b2d0a0a319
Update makefile
2021-02-06 22:43:02 +01:00
dokutan
21596e456b
Update README.md
2021-02-06 22:41:25 +01:00
dokutan
7600262fd3
Merge pull request #12 from akdev1l/master
...
add spec file for RPM package support
2021-02-06 22:39:45 +01:00
Alex Daz
366403046e
add spec file for RPM package support
...
A couple make targets were added `make rpm` and `make src-rpm`.
These build an RPM package and a src rpm package.
2021-02-06 16:19:08 -05:00
dokutan
b08c2ed07b
Merge pull request #11 from akdev1l/master
...
don't hardcode /etc to ease packaging
2021-02-06 20:30:36 +01:00
Alex Daz
0dc9e82f4e
don't hardcode /etc to ease packaging
...
building RPMs and DEBs for distribution usually requires
building the software on a buildroot. Hardcoding /etc breaks
in that case and doesn't allow for easy packaging.
This commit tries to fix that.
2021-02-06 13:59:13 -05:00
dokutan
5e88edc9a0
Updated help message
2021-01-23 16:03:25 +01:00
dokutan
2f035071bd
Updated main function to be completely generic
2021-01-22 14:09:02 +01:00
dokutan
b45586ce64
Add mouse_variant typedef
2021-01-21 23:59:43 +01:00
dokutan
00ba433c84
Add support for more LED modes
2021-01-21 17:54:58 +01:00
dokutan
2f05bc5920
Updated configuration loading
2021-01-21 17:22:54 +01:00
dokutan
ce32d111eb
Move lightmode and report rate encoding to functions
2021-01-20 22:45:16 +01:00
dokutan
65bd23542c
Update lightmode and report rate decoding in remaining read* functions
2021-01-20 21:48:39 +01:00
dokutan
ab6ae05883
Move lightmode and report rate decoding to functions in rd_mouse
2021-01-20 21:25:58 +01:00
dokutan
f4c415887b
Move generic dpi_bytes_to_string() to rd_mouse
2021-01-20 18:39:39 +01:00
dokutan
ce9a30f3d1
Add missing typecast in read_and_print_settings error message
2021-01-19 23:55:56 +01:00
dokutan
d2bda11eba
Update README.md
2021-01-19 23:51:37 +01:00
dokutan
157e92faff
Update README.md
2021-01-19 23:50:19 +01:00
dokutan
02e63600a4
Add second PID for the M801
2021-01-18 10:27:25 +01:00
dokutan
9e4ace3dc4
Fix M801 PID
2021-01-17 22:35:07 +01:00
dokutan
65318f8bed
Update README.md
2021-01-10 04:51:29 +01:00
dokutan
32ce58dc37
Update README.md
2021-01-10 04:50:41 +01:00
dokutan
5ea4f053eb
Improved reading the button mapping for the M990 Chroma
2020-12-21 19:33:58 +01:00
dokutan
5a254b9e17
Show model in -R output
2020-12-20 20:26:14 +01:00
dokutan
3e42722a4c
Update README.md
2020-12-20 20:10:42 +01:00
dokutan
f9a232827a
Add initial M990 Chroma support
2020-12-20 20:08:39 +01:00
dokutan
29f0e9d77b
Update README.md
2020-12-20 19:54:09 +01:00
dokutan
2c5fa91af9
Merge branch 'm990'
2020-12-20 19:49:46 +01:00
dokutan
d3f96fc158
Fix out of bounds index in m711 and m715 readers
2020-12-09 18:13:27 +01:00
dokutan
03acacffba
Update README.md
2020-11-12 19:59:57 +01:00
dokutan
2a8e3b76db
Update M990 buttons
2020-11-12 17:23:25 +01:00
dokutan
e6dc4ce315
Implement write_profile and write_settings for the M990
2020-11-12 16:50:59 +01:00
dokutan
6842880e7e
Add M990 backend
2020-11-12 15:10:59 +01:00
dokutan
55eacca30b
Add M990 (no RGB) PID
2020-11-12 14:31:59 +01:00
dokutan
e493ade2a9
New version number
2020-11-10 17:47:05 +01:00
dokutan
8ef209f8bd
Update README.md
2020-11-10 17:44:36 +01:00
dokutan
668da8468d
Add support for more mice
2020-11-10 17:40:12 +01:00
dokutan
0b5fa86ca7
Add mouse_generic class
2020-11-10 16:06:17 +01:00
dokutan
ed149ecd68
Remove redundant code
2020-11-08 18:13:43 +01:00
dokutan
3a996e67a1
Remove old code for repeating macros
2020-11-08 18:01:17 +01:00
dokutan
b060398ed0
Implement repeating macros
2020-11-08 17:51:53 +01:00
dokutan
220121fd40
Add mouse movement to macros
2020-11-08 16:22:56 +01:00
dokutan
325702ce4b
Add mouse forward and backward to macros
2020-11-08 15:17:44 +01:00
dokutan
905598b2a1
Move macro encoding to a new function
2020-11-08 15:03:05 +01:00
dokutan
dd5cfb9ac5
Add snipe button support, remove duplicate code
2020-11-07 22:40:30 +01:00
dokutan
31075f6d43
New version number
2020-09-24 17:42:19 +02:00
dokutan
df7d5d6084
Fix wrong dpi levels in print_settings()
2020-09-24 17:36:53 +02:00
dokutan
2c597d402b
Add support for actual DPI values in the config.ini
2020-09-24 17:23:34 +02:00
dokutan
bf3620e5ed
Check DPI level in set_dpi() and get_dpi()
2020-09-22 22:34:07 +02:00