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

8 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. ## If you're trying to compile keyboard firmware, you want [THIS](https://github.com/kiibohd/controller/)
  5. KLL Compiler
  6. ------------
  7. Most current version of the [KLL Spec](http://input.club/kll).
  8. Uses [funcparserlib](https://code.google.com/p/funcparserlib/)
  9. Usage
  10. -----
  11. ### General Usage
  12. ```bash
  13. kll.py <kll files>
  14. ```
  15. ### Kiibohd Controller Usage
  16. ```bash
  17. 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
  18. ```
  19. See `kll.py --help` for the most up to date documentation
  20. Patches/Features/Backends
  21. -------------------------
  22. Completely welcome :D
  23. Spec Additions/Fixes
  24. --------------------
  25. Contact HaaTa via IRC (#[email protected]).
  26. Or by email -> [email protected]