New version number
This commit is contained in:
parent
a33dd29cfe
commit
3e8a21a1e9
2 changed files with 3 additions and 18 deletions
19
TODO.md
19
TODO.md
|
@ -1,17 +1,2 @@
|
|||
- [x] add support for reading macros from --read output
|
||||
- [x] update documentation
|
||||
- [x] add file option to -D and -R
|
||||
- [x] read settings → memory
|
||||
- [x] print settings ← memory
|
||||
- [x] read scrollspeed? not supported by the official software/firmware
|
||||
- [ ] unify makefile
|
||||
- [x] check setters and getters
|
||||
- [x] add getter for macros
|
||||
- [x] test and fix macro decoding
|
||||
- [x] read_settings
|
||||
- [x] read_and_print_settings
|
||||
- [x] print_settings (works when set with set_macro)
|
||||
- [x] get_macro (works when set with set_macro)
|
||||
- decoding works, reading not, now fixed
|
||||
- boundary detection in read part 2 is broken, now fixed
|
||||
- [ ] release 2.0
|
||||
- [ ] Improve build method
|
||||
- [ ] Installation on all supported platforms
|
||||
|
|
2
makefile
2
makefile
|
@ -10,7 +10,7 @@ CC_OPTIONS := -Wall -Wextra -O2 `pkg-config --cflags libusb-1.0`
|
|||
LIBS != pkg-config --libs libusb-1.0
|
||||
|
||||
# version string
|
||||
VERSION_STRING = "1.6"
|
||||
VERSION_STRING = "2.0"
|
||||
|
||||
# compile
|
||||
build: constructor.o data.o getters.o helpers.o load_config.o setters.o writers.o readers.o mouse_m908.o
|
||||
|
|
Loading…
Reference in a new issue