From: Jacob Alexander Date: Mon, 21 Mar 2016 07:41:49 +0000 (-0700) Subject: Adding basic mouse button test .kll file X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55ffc6bdc5b5101fc54d9c4042174b566a23e291;p=kiibohd-kll.git Adding basic mouse button test .kll file - Will need to be updated for full KLL mouse support later --- diff --git a/layouts/mouseTest.kll b/layouts/mouseTest.kll new file mode 100644 index 0000000..c7b6514 --- /dev/null +++ b/layouts/mouseTest.kll @@ -0,0 +1,17 @@ +Name = mouseTest; +Version = 0.3d; +Author = "HaaTa (Jacob Alexander) 2016"; +KLL = 0.3d; + +# Modified Date +Date = 2016-03-20; + +U"1" : mouseOut( 1 ); +U"2" : mouseOut( 2 ); +U"3" : mouseOut( 3 ); +U"4" : mouseOut( 4 ); +U"5" : mouseOut( 5 ); +U"6" : mouseOut( 6 ); +U"7" : mouseOut( 7 ); +U"8" : mouseOut( 8 ); +