X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=layouts%2Fmd1Action.kll;fp=layouts%2Fmd1Action.kll;h=e3ca3ccb7c3171f5ba2832a97140e3d2004e7384;hb=5f8880d7efd7cc0abceb3543a03ba8db78135e7d;hp=0000000000000000000000000000000000000000;hpb=ea854aa95fffa656bcb84068cb63aba83bfe39e8;p=kiibohd-kll.git diff --git a/layouts/md1Action.kll b/layouts/md1Action.kll new file mode 100644 index 0000000..e3ca3cc --- /dev/null +++ b/layouts/md1Action.kll @@ -0,0 +1,21 @@ +Name = md1Overlay; +Version = 0.1; +Author = "HaaTa (Jacob Alexander) 2015"; +KLL = 0.3c; + +# Modified Date +Date = 2015-08-16; + +# Example of blocking ESC (0x29) when holding either Shift key +# Currently, kll only supports numbers (this may be fixed in a future kll spec) +U["LShift", "RShift"] : blockHold( 0x29 ); +U"Esc" : blockKey( 0x29 ); + +# Now that Esc is blocked, it's possible to use this macro +U["LShift", "RShift"] + U"Esc" : '~'; + + +U"Function2" : layerLock( 1 ); +U"Function3" : action1(); +U"Function4" : U"CapsLock"; +