]> git.donarmstrong.com Git - kiibohd-kll.git/blob - README.markdown
Adding Lock and Latch symbolic names (e.g. Function)
[kiibohd-kll.git] / README.markdown
1 kll - keyboard layout language
2 ==============================
3
4 KLL Compiler
5 ------------
6
7 Most current version of the [KLL Spec](http://input.club/kll).
8
9 Uses [funcparserlib](https://code.google.com/p/funcparserlib/)
10
11
12 Usage
13 -----
14
15 ### General Usage
16
17 ```bash
18 kll.py <kll files>
19 ```
20
21 ### Kiibohd Controller Usage
22
23 ```bash
24 kll.py <basemap kll files> --default <default layer kll files> --partial <partial layer 1 kll files> --partial <partial layer 2 kll files> --backend kiibohd --templates templates/kiibohdKeymap.h templates/kiibohdDefs.h --outputs generatedKeymap.h kll_defs.h
25 ```
26
27 See `kll.py --help` for the most up to date documentation
28
29
30 Patches/Features/Backends
31 -------------------------
32
33 Completely welcome :D
34
35
36 Spec Additions/Fixes
37 --------------------
38
39 Contact HaaTa via IRC (#geekhack@irc.freenode.net or #deskthority).
40 Or by email -> haata@kiibohd.com
41