Small changes

This commit is contained in:
Kyle Brown
2019-04-09 16:47:20 -07:00
parent 3f8c6e7648
commit 5158094549
4 changed files with 10 additions and 12 deletions

View File

@@ -126,7 +126,7 @@ def light_show(self):
keyboard.rgb_config['user_animation'] = light_show
# Makes a key that would start your animation
LS = make_key(on_press=start_light_show())
LS = make_key(on_press=start_light_show)
keymap = [...LS,...]
```