Skip to content

Commit a95693b

Browse files
committed
Fixing animation reset to reset fade and gamma correction
- Includes an update to the KLL compiler which changes the Kira fade ordering rotations
1 parent cde661c commit a95693b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: Keyboards/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
kll = "==0.5.7.3"
7+
kll = "==0.5.7.4"
88

99
[dev-packages]
1010

Diff for: Lib/CMake/kll.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###| CMAKE Kiibohd Controller KLL Configurator |###
22
#
3-
# Written by Jacob Alexander in 2014-2018 for the Kiibohd Controller
3+
# Written by Jacob Alexander in 2014-2019 for the Kiibohd Controller
44
#
55
# Released into the Public Domain
66
#
@@ -43,7 +43,7 @@ endif ()
4343
message ( STATUS "Checking for kll" )
4444

4545
### 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" )
4747

4848
# 1) Check for environment variable
4949
if ( NOT DEFINED KLL_EXECUTABLE )

Diff for: Macro/PixelMap/pixel.c

+1
Original file line numberDiff line numberDiff line change
@@ -2264,6 +2264,7 @@ inline void Pixel_process()
22642264
Pixel_FrameState = FrameState_Update;
22652265
Pixel_clearAnimations();
22662266
Pixel_clearPixels();
2267+
Pixel_SecondaryProcessing_setup(); // Reset fade and gamma correction
22672268
Pixel_animationControl = AnimationControl_Forward;
22682269
Pixel_initializeStartAnimations();
22692270
break;

0 commit comments

Comments
 (0)