X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=examples%2Fmd1Map.kll;h=98ca5b86e4570855d3c0f85cc186b6188505f9ce;hb=57d01ed8725f2d06bd157d2355bb149172708b3b;hp=76c0b755af639fe8c3c92c896a0d499ff6ecc0b3;hpb=2d76b5a6ca82b88679e49f853bc589718d39d1f7;p=kiibohd-kll.git diff --git a/examples/md1Map.kll b/examples/md1Map.kll index 76c0b75..98ca5b8 100644 --- a/examples/md1Map.kll +++ b/examples/md1Map.kll @@ -4,11 +4,15 @@ Author = "HaaTa (Jacob Alexander) 2014"; KLL = 0.3; # Modified Date -Date = 2014-08-24; +Date = 2014-09-07; # MOVE THIS SECTION to another file -usbKeyOut => Output_usbCodeSend_capability( usbCode : 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 @@ -39,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"; @@ -76,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 ); +