]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - kll.py
Fixing layered assignment bug.
[kiibohd-kll.git] / kll.py
diff --git a/kll.py b/kll.py
index fc7b42648544793f9a1728ab37016d49aeff45e8..6d79b2e0295e75f077c0e57b401394a8c912bf80 100755 (executable)
--- a/kll.py
+++ b/kll.py
@@ -558,8 +558,8 @@ if __name__ == '__main__':
        # Default combined layer
        for filename in defaultFiles:
                processKLLFile( filename )
-       # Apply assignment cache, see 5.1.2 USB Codes for why this is necessary
-       macros_map.replayCachedAssignments()
+               # Apply assignment cache, see 5.1.2 USB Codes for why this is necessary
+               macros_map.replayCachedAssignments()
 
        # Iterate through additional layers
        for partial in partialFileSets: