Skip to content
Snippets Groups Projects
Commit c70f9854 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

KEYMAP Fix LED boost

parent e12c9c92
Branches
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ def m_led_light(key, name, boost=0):
for i in range(4):
M(key(add_col=i), led_light(name, i, 3))
for i in range(boost):
M(key(add_col=4+i), led_light_boost(name, i, boost))
M(key(add_col=4+i), led_light_boost(name, i+1, boost))
def m_led_color(key, name):
for i in range(4):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment