diff options
-rw-r--r-- | LICENCE | 2 | ||||
-rw-r--r-- | README.md | 16 |
2 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,4 @@ -BSD 2-Clause License
+BSD 2-Clause Licence
Copyright (c) 2022, Nicholas Tay <nick@windblume.net>.
All rights reserved.
@@ -10,6 +10,18 @@ $ ./clak <board name> That's it. +## Goals + +- [ ] Cross-platform + - [x] Windows + - [ ] Linux + - Half complete. Would like to clean up and even not use SDL if possible + - [ ] macOS +- [ ] Dynamically extensible + - Load plugins via dll/so/dylib +- [ ] Allow passing of keystrokes in standard format + - [ ] Warn user if we are capturing keystrokes to the plugin + ## Requirements Should work on Windows and Linux. @@ -60,3 +72,7 @@ To build the boards: $ cd board $ make ``` + +## Licence + +[BSD 2-Clause](./LICENCE) |