diff options
| -rw-r--r-- | resources/hidapi-1.1.jar | bin | 0 -> 204673 bytes | |||
| -rw-r--r-- | src/device/Keyboard.java | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/resources/hidapi-1.1.jar b/resources/hidapi-1.1.jar Binary files differnew file mode 100644 index 0000000..7b44680 --- /dev/null +++ b/resources/hidapi-1.1.jar diff --git a/src/device/Keyboard.java b/src/device/Keyboard.java new file mode 100644 index 0000000..6072c81 --- /dev/null +++ b/src/device/Keyboard.java @@ -0,0 +1,6 @@ +package org.manzerbredes.open_klm.device; + +public class Keyboard{ + + +}
\ No newline at end of file |
