]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - examples/simple2.kll
Fixing kll permutation expansion bug.
[kiibohd-kll.git] / examples / simple2.kll
index b5611af59196a5dbeaaabcea6cd82e85a4864fa2..52e808e08a937bcb710e4ddd379d8fc5eb1ced8e 100644 (file)
@@ -1,7 +1,14 @@
 Name = colemak;
 Author = "HaaTa (Jacob Alexander) 2014";
 KLL = 0.3;
+mydefine = "stuffs here";
+mydefine2 = '"stuffs here"'; # For outputting c define strings
+mynumber = 414;
 
+mydefine => myCdef;
+mydefine2 => myCdef2;
+mydefine3 => myCdef3;
+mynumber => myCnumber;
 usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
 myCapability2 => myFunc2();
 myCapability3 => myFunc3( myArg1 : 2 );
@@ -19,4 +26,5 @@ S[ 0x7 - 0x9 ] : U"6";
 S[ 0x7 - 0x9 ], S[0x2,0x3] : U"6";
 S[ 0x2 - 0x9, 0x10 ] :+ U"r";
 S0x0B :- U["Esc"];
+S127 + S128 : U"0";