]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - layouts/lcdFuncMap.kll
Adding layer rotation (next/prev) support
[kiibohd-kll.git] / layouts / lcdFuncMap.kll
index b9d979cebd7817ed1d6cb4dadb4be5650289c5f9..5b89b3e93334fc9b788820248140c0a996e94420 100644 (file)
@@ -4,7 +4,7 @@ Author = "HaaTa (Jacob Alexander) 2015";
 KLL = 0.3c;
 
 # 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,6 +60,10 @@ U"Latch14" : layerLatch( 14 ) + LCDLayerDisplay();
 U"Latch15" : layerLatch( 15 ) + LCDLayerDisplay();
 U"Latch16" : layerLatch( 16 ) + LCDLayerDisplay();
 
+# Layer rotation
+U"Next Layer" : layerRotate( 0 ) + LCDLayerDisplay(); # 0 is Next
+U"Prev Layer" : layerRotate( 1 ) + LCDLayerDisplay(); # 1 is Previous
+
 
 # Colours assigned to each of the LCD numbers
 # The "top of stack" layer is the colour used