-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Overleaf supports .md files now so we can include one as part of the git repo
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
KLL Spec - Keyboard Layout Language | ||
=================================== | ||
|
||
[![Visit our IRC channel](https://kiwiirc.com/buttons/irc.freenode.net/input.club.png)](https://kiwiirc.com/client/irc.freenode.net/#input.club) | ||
|
||
|
||
KLL Spec | ||
-------- | ||
|
||
[github](https://github.com/kiibohd/kll-spec) has the master copy of the [KLL Spec](https://input.club/kll/). | ||
|
||
For convenience there keep up-to-date copies on [Overleaf](https://www.overleaf.com). | ||
* [0.3d - Stable](https://www.overleaf.com/read/zzqbdwqjfwwf) | ||
* [0.4](https://www.overleaf.com/read/mnnqqpnxhhyr) | ||
* [0.5 - Next Release](https://www.overleaf.com/read/cfqydmrpfdrs) | ||
|
||
|
||
Generating | ||
---------- | ||
|
||
```bash | ||
mkdir build; cd build | ||
cmake .. | ||
make | ||
``` | ||
|
||
**NOTE**: Uses a lot of LaTex extra packages. It is more than likely you'll be missing some. | ||
|
||
|
||
Suggestions/Features/Fixes | ||
-------------------------- | ||
|
||
Completely welcome :D |