Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Sep 9, 2020
1 parent 2943e4a commit 3ad2e98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ Changelog

* Support of button mapping

* Rival 3 support improved:

* Colors can now be defined separatly
* Button mapping support implemented
* Light effects support implemented

* **4.0.0:**

* Full rewrite of most parts of the software
Expand Down
1 change: 0 additions & 1 deletion test/devices/test_rival3.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def test_set_light_effect(self, mouse, value, expected_hid_report):
hid_report = mouse._hid_device.bytes.read()
assert hid_report == expected_hid_report


@pytest.mark.parametrize("value,expected_hid_report", [
("default", b"\x02\x00\x07\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x30\x00\x31\x00\x32\x00"), # noqa
("buttons(button2=button6)", b"\x02\x00\x07\x00\x01\x00\x06\x00\x03\x00\x04\x00\x05\x00\x30\x00\x31\x00\x32\x00"), # noqa
Expand Down

0 comments on commit 3ad2e98

Please sign in to comment.