KLL Compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.markdown 1.1KB

7 years ago
8 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839
  1. kll - keyboard layout language
  2. ==============================
  3. [![https://travis-ci.org/kiibohd/kll](https://travis-ci.org/kiibohd/kll.svg?branch=master)](https://travis-ci.org/kiibohd/kll)
  4. [![Visit our IRC channel](https://kiwiirc.com/buttons/irc.freenode.net/input.club.png)](https://kiwiirc.com/client/irc.freenode.net/#input.club)
  5. ## If you're trying to compile keyboard firmware, you want [THIS](https://github.com/kiibohd/controller/)
  6. KLL Compiler
  7. ------------
  8. Most current version of the [KLL Spec](http://input.club/kll).
  9. Uses [funcparserlib](https://code.google.com/p/funcparserlib/)
  10. Usage
  11. -----
  12. ### General Usage
  13. ```bash
  14. kll.py <kll files>
  15. ```
  16. ### Kiibohd Controller Usage
  17. ```bash
  18. 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
  19. ```
  20. See `kll.py --help` for the most up to date documentation
  21. Patches/Features/Backends
  22. -------------------------
  23. Completely welcome :D