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 09d7e5c8ac Enabling Simple macro optimization
- Requires updates to PartialMap to handle changes
- Decides if a macro is simple by checking the sequence depth (Simple == 1)
2015-03-10 00:34:34 -07:00
backends Enabling Simple macro optimization 2015-03-10 00:34:34 -07:00
examples Simplifying template arguments 2015-02-21 23:19:35 -08:00
funcparserlib Fixing unicode strings in funcparserlib 2014-09-15 17:32:07 -07:00
kll_lib Add USB Code support for combination and sequence triggers 2015-02-27 23:26:01 -05:00
layouts Adding a basic overlay for md1 2014-11-12 23:59:27 -08:00
templates Adding initial work for simple/normal macros 2015-03-10 00:03:01 -07:00
.gitignore Initial source dump. 2014-09-02 10:03:50 -07:00
kll.py Adding backend specific template and output defaults. 2015-02-21 23:34:14 -08:00
LICENSE Initial commit 2014-09-02 09:49:11 -07:00
README.markdown Updating README 2015-02-28 22:23:14 -08:00

kll - keyboard layout language

KLL Compiler

Most current version of the KLL Spec. Or visit kiibohd.com

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

Spec Additions/Fixes

Contact HaaTa via IRC (#geekhack@irc.freenode.net or #deskthority). Or by email -> haata@kiibohd.com