]> git.donarmstrong.com Git - kiibohd-kll.git/commit
Initial source dump.
authorJacob Alexander <haata@kiibohd.com>
Tue, 2 Sep 2014 17:03:50 +0000 (10:03 -0700)
committerJacob Alexander <haata@kiibohd.com>
Tue, 2 Sep 2014 17:03:50 +0000 (10:03 -0700)
commit1f0bf65417613b1cb3a5bfd744750e1e823c8622
tree7041e01d17c85433faaac94b06dbbaec56f04ab8
parent3057d43e4908a17145db673727b99fb85450fd85
Initial source dump.

- Not quite complete.
- Most of the parser is done (excluding analog) for 0.3 of the KLL spec
- Transformation and correlation isn't complete yet.
- Backend generation for Kiibohd capabilties is complete.
13 files changed:
.gitignore [new file with mode: 0644]
README
backends/__init__.py [new file with mode: 0644]
backends/kiibohd.py [new file with mode: 0644]
funcparserlib/__init__.py [new file with mode: 0644]
funcparserlib/lexer.py [new file with mode: 0644]
funcparserlib/parser.py [new file with mode: 0644]
funcparserlib/util.py [new file with mode: 0644]
kll.py [new file with mode: 0755]
kll_lib/__init__.py [new file with mode: 0644]
kll_lib/containers.py [new file with mode: 0644]
kll_lib/hid_dict.py [new file with mode: 0644]
templateKeymap.h [new file with mode: 0644]