Skip to content

Commit

Permalink
Revert backend for the M601
Browse files Browse the repository at this point in the history
This reverts commit 3a2675f.
  • Loading branch information
dokutan committed Dec 30, 2023
1 parent 2995dc6 commit a8b61b2
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 809 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ target_sources(mouse_m908
include/generic/readers.cpp
include/generic/setters.cpp
include/generic/writers.cpp
include/m601/constructor.cpp
include/m601/data.cpp
include/m601/getters.cpp
include/m601/helpers.cpp
include/m601/mouse_m601.h
include/m601/readers.cpp
include/m601/setters.cpp
include/m601/writers.cpp
include/m607/constructor.cpp
include/m607/data.cpp
include/m607/getters.cpp
Expand Down
5 changes: 0 additions & 5 deletions documentation/how-to-add-a-new-device.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ This document contains a list of thing that need to be changed or added when add
- documentation:
- README (supported models)
- create new config in examples/

## Adding support for mice with a different protocol
In addition to the steps mentioned above:
- Implement the open/close mouse methods in helpers.cpp
- Optionally implement load_settings() and update the main function
46 changes: 0 additions & 46 deletions include/m601/constructor.cpp

This file was deleted.

108 changes: 0 additions & 108 deletions include/m601/data.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions include/m601/getters.cpp

This file was deleted.

175 changes: 0 additions & 175 deletions include/m601/helpers.cpp

This file was deleted.

Loading

0 comments on commit a8b61b2

Please sign in to comment.