X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=examples%2Fmd1Map.kll;h=98ca5b86e4570855d3c0f85cc186b6188505f9ce;hb=cf5bba703932f11bb686d9968d0c4bb9eab2a32c;hp=990d558d4c4a83619e7c002315ec6316bd44d7d6;hpb=0fe79f341872cccc74ecd474c15999f4a8e26805;p=kiibohd-kll.git diff --git a/examples/md1Map.kll b/examples/md1Map.kll index 990d558..98ca5b8 100644 --- a/examples/md1Map.kll +++ b/examples/md1Map.kll @@ -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 @@ -40,7 +43,7 @@ S0x17 : U"O"; S0x18 : U"P"; S0x19 : U"LBrace"; S0x1A : U"RBrace"; -S0x1B : U"Delete"; +S0x1B : U"Backspace"; S0x1C : U"Ctrl"; S0x1D : U"A"; S0x1E : U"S"; @@ -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 ); +