Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
kll/README.markdown

49 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

kll - keyboard layout language
==============================
2016-07-17 21:35:01 +00:00
[![https://travis-ci.org/kiibohd/kll](https://travis-ci.org/kiibohd/kll.svg?branch=master)](https://travis-ci.org/kiibohd/kll)
2016-08-02 00:32:53 +00:00
[![Visit our IRC channel](https://kiwiirc.com/buttons/irc.freenode.net/input.club.png)](https://kiwiirc.com/client/irc.freenode.net/#input.club)
2016-07-18 16:06:59 +00:00
## If you're trying to compile keyboard firmware, you want [THIS](https://github.com/kiibohd/controller/)
KLL Compiler
------------
Most current version of the [KLL Spec](https://github.com/kiibohd/kll-spec).
Uses [funcparserlib](https://code.google.com/p/funcparserlib/)
Usage
-----
### General Usage
2015-02-16 21:48:01 +00:00
```bash
kll <kll files>
```
### Kiibohd Controller Usage
2015-02-16 21:48:01 +00:00
```bash
kll <misc kll files> --config <config/capability kll files> --base <basemap kll files) --default <default layer kll files> --partial <partial layer 1 kll files> --partial <partial layer 2 kll files>
```
See `kll --help` for the most up to date documentation
Unit Tests
----------
Unit tests can be found in the [tests](tests) directory.
They are run by Travis-CI, but can be useful when testing your own changes.
Remember to add new tests when adding new features/changes.
Patches/Features/Backends
-------------------------
Completely welcome :D