Skip to content

Commit

Permalink
Fix _rgb_tog (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
calico-cat-3333 authored Jul 1, 2024
1 parent 359afbe commit a657217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmk/extensions/rgb.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __init__(

self._substep = 0

make_key(names=('RGB_TOG',), on_press=self._rgb_to)
make_key(names=('RGB_TOG',), on_press=self._rgb_tog)
make_key(names=('RGB_HUI',), on_press=self._rgb_hui)
make_key(names=('RGB_HUD',), on_press=self._rgb_hud)
make_key(names=('RGB_SAI',), on_press=self._rgb_sai)
Expand Down

0 comments on commit a657217

Please sign in to comment.