File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ verify_ssl = true
4
4
name = " pypi"
5
5
6
6
[packages ]
7
- kll = " ==0.5.7.3 "
7
+ kll = " ==0.5.7.4 "
8
8
9
9
[dev-packages ]
10
10
Original file line number Diff line number Diff line change 1
1
###| CMAKE Kiibohd Controller KLL Configurator |###
2
2
#
3
- # Written by Jacob Alexander in 2014-2018 for the Kiibohd Controller
3
+ # Written by Jacob Alexander in 2014-2019 for the Kiibohd Controller
4
4
#
5
5
# Released into the Public Domain
6
6
#
@@ -43,7 +43,7 @@ endif ()
43
43
message ( STATUS "Checking for kll" )
44
44
45
45
### XXX XXX XXX - Remember to update Pipfile as well when you change the version! ###
46
- set ( KLL_MIN_VERSION "0.5.7.3 " )
46
+ set ( KLL_MIN_VERSION "0.5.7.4 " )
47
47
48
48
# 1) Check for environment variable
49
49
if ( NOT DEFINED KLL_EXECUTABLE )
Original file line number Diff line number Diff line change @@ -2264,6 +2264,7 @@ inline void Pixel_process()
2264
2264
Pixel_FrameState = FrameState_Update ;
2265
2265
Pixel_clearAnimations ();
2266
2266
Pixel_clearPixels ();
2267
+ Pixel_SecondaryProcessing_setup (); // Reset fade and gamma correction
2267
2268
Pixel_animationControl = AnimationControl_Forward ;
2268
2269
Pixel_initializeStartAnimations ();
2269
2270
break ;
You can’t perform that action at this time.
0 commit comments