Archived
1
0
KLL Compiler
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jacob Alexander db89fd4830 Initial pixel hard-coded template
- As the KLL compiler adds more features the kiibohdPixelmap.c will become more auto-generated
2016-09-18 00:49:55 -07:00
backends Updating KLL to generate _KLL defines for upcoming firmware update 2016-05-08 17:49:05 -07:00
common Adding support for pixelmap output and backporting features to 0.3d 2016-09-11 12:40:10 -07:00
emitters Initial pixel hard-coded template 2016-09-18 00:49:55 -07:00
examples KLL Compiler Re-Write 2016-09-01 23:48:13 -07:00
funcparserlib KLL Compiler Re-Write 2016-09-01 23:48:13 -07:00
kll_lib KLL Compiler Re-Write 2016-09-01 23:48:13 -07:00
layouts Typo in Programmer's Dvorak 2016-08-06 20:50:00 -07:00
templates Initial pixel hard-coded template 2016-09-18 00:49:55 -07:00
.gitignore Adding support for "Soft Replace" kll 0.3c 2015-09-30 00:04:30 -07:00
kll KLL Compiler Re-Write 2016-09-01 23:48:13 -07:00
kll.py Adding support for pixelmap output and backporting features to 0.3d 2016-09-11 12:40:10 -07:00
LICENSE Initial commit 2014-09-02 09:49:11 -07:00
README.markdown Adding IRC link 2016-08-01 17:32:53 -07:00

kll - keyboard layout language

https://travis-ci.org/kiibohd/kll

Visit our IRC channel

If you're trying to compile keyboard firmware, you want THIS

KLL Compiler

Most current version of the KLL Spec.

Uses funcparserlib

Usage

General Usage

kll.py <kll files>

Kiibohd Controller Usage

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

See kll.py --help for the most up to date documentation

Patches/Features/Backends

Completely welcome :D