Keyplus aims to be an easy to use keyboard firmware with support for wireless and wired split keyboards.
Currently in beta so lots of stuff still might change.
TODO
Currently building of the firmware has been tested on Linux.
You will need the avr-gcc
tool chain and python
.
git submodule init
git submodule update
Then from the xmega
directory, run:
make keyplus_mini DEBUG_AES_KEY=1
TODO: improve build system
For more information about layout file format see here.
For more information about the hardware see this link.
The keyplus source code is released under the MIT software.