changeset 71:0900675f02ee

Adding basic mouse button test .kll file - Will need to be updated for full KLL mouse support later
author Jacob Alexander <haata@kiibohd.com>
date Mon, 21 Mar 2016 00:41:49 -0700
parents 1f35f83485e1
children 0b817e8e9c15
files layouts/mouseTest.kll
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/layouts/mouseTest.kll	Mon Mar 21 00:41:49 2016 -0700
@@ -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 );
+