]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - examples/md1Map.kll
add don layers
[kiibohd-kll.git] / examples / md1Map.kll
index 901fccb3b55aab11e0aedafccb22c6ebe44a4713..98ca5b86e4570855d3c0f85cc186b6188505f9ce 100644 (file)
@@ -8,8 +8,11 @@ Date = 2014-09-07;
 
 
 # MOVE THIS SECTION to another file
-usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
-layerState => Macro_layerState_capability( layer: 2, state : 1 );
+usbKeyOut  => Output_usbCodeSend_capability( usbCode : 1 );
+layerState => Macro_layerState_capability( layer : 2, state : 1 );
+layerLatch => Macro_layerLatch_capability( layer : 2 );
+layerLock  => Macro_layerLock_capability( layer : 2 );
+layerShift => Macro_layerShift_capability( layer : 2 );
 # END SECTION
 
 
@@ -77,3 +80,10 @@ S0x3C : U"Function3"; # Right Blank Key 1
 S0x3D : U"Function4"; # Right Blank Key 2
 S0x3E : U"BackTick";
 
+# TODO MOVE
+# Function Layer Assignments
+U"Function1" : layerShift( 1 );
+U"Function2" : layerShift( 1 );
+U"Function3" : layerShift( 1 );
+U"Function4" : layerShift( 1 );
+