Skip to content

Commit

Permalink
Fix defaults for Sensei TEN
Browse files Browse the repository at this point in the history
Fixes #155.
  • Loading branch information
ali1234 committed Jan 4, 2021
1 parent 4720b6e commit 648142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rivalcfg/devices/sensei_ten.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"color_count_offset": 25, # Offset of the "color_count" field
}

_DEFAULT_RGBGRADIENT = "rgbgradient(duration=1000; colors=0%: #ff0000, 33%: #00ff00, 66%: #0000ff)" # noqa
_DEFAULT_RGBGRADIENT = "rgbgradient(duration=10000; colors=0%: #ff0000, 33%: #00ff00, 66%: #0000ff)" # noqa


profile = {
Expand Down Expand Up @@ -44,7 +44,7 @@
"dpi_length_byte": 2,
"count_mode": "flag",
"max_preset_count": 5,
"default": "800, 1600",
"default": "400, 800, 1200, 2400, 3200",
},

"polling_rate": {
Expand Down

0 comments on commit 648142b

Please sign in to comment.