]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - layouts/stdFuncMap.kll
Adding layer rotation (next/prev) support
[kiibohd-kll.git] / layouts / stdFuncMap.kll
index 7d1e6c863b571a84949e8af2cd5f4674ce03e06c..cba6fb01480989da279580e38f40a495cba3e422 100644 (file)
@@ -4,7 +4,7 @@ Author = "HaaTa (Jacob Alexander) 2014-2015";
 KLL = 0.3;
 
 # Modified Date
-Date = 2015-09-20;
+Date = 2015-09-24;
 
 # Maps each Function key incrementally to each layer
 # Unused layers and functions are ignored
@@ -60,3 +60,7 @@ U"Latch14" : layerLatch( 14 );
 U"Latch15" : layerLatch( 15 );
 U"Latch16" : layerLatch( 16 );
 
+# Layer rotation
+U"Next Layer" : layerRotate( 0 ); # 0 is Next
+U"Prev Layer" : layerRotate( 1 ); # 1 is Previous
+