kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
807 stars 270 forks source link

Visual Speed doesn't reset on V:reset #334

Closed Zurry closed 5 years ago

Zurry commented 5 years ago

When increasing/decreasing animation speed, V:Reset does not reset the speed to default.

haata commented 5 years ago

So, I can't reset the animation speed directly (as animation speed is actually defined by the LED driver hardware itself). However, what I can do is provide a capability that (when defined as a combo macro) will do the same thing for V:Reset.

At the same time I'm also adding animation speed to the list of settings that work with Save/Load/Defaults.

U"Esc" : animation_control(4) + ledControl(9, 0);
# Animations reset + Animation Speed Reset

@smasher816 once v0.5.5 is released you'll need to change what V:Reset maps to as I'll be updating release.1.layer.2.ll.