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.
Jesse Vincent
a5f3b98c79
|
8 years ago | |
---|---|---|
etc | 8 years ago | |
generated | 8 years ago | |
layouts | 8 years ago | |
tools | 8 years ago | |
.gitmodules | 8 years ago | |
.travis.yml | 8 years ago | |
KeyboardConfig.cpp | 8 years ago | |
KeyboardConfig.h | 8 years ago | |
KeyboardioFirmware.h | 8 years ago | |
KeyboardioFirmware.ino | 8 years ago | |
LEDControl.cpp | 8 years ago | |
LEDControl.h | 8 years ago | |
LICENSE | 10 years ago | |
Makefile | 8 years ago | |
Model01.cpp | 8 years ago | |
Model01.h | 8 years ago | |
MouseWrapper.cpp | 8 years ago | |
MouseWrapper.h | 8 years ago | |
NOTICE | 8 years ago | |
README.md | 8 years ago | |
Storage.cpp | 8 years ago | |
Storage.h | 8 years ago | |
TestMode.cpp | 8 years ago | |
TestMode.h | 8 years ago | |
key_defs.h | 8 years ago | |
key_events.cpp | 8 years ago | |
key_events.h | 8 years ago | |
keymap_metadata.h | 8 years ago | |
keyswitch_state.cpp | 8 years ago | |
keyswitch_state.h | 8 years ago | |
utils.cpp | 8 years ago | |
utils.h | 8 years ago |
README.md
We're in the midst of refactoring our really bad prototype firmware into a more reasonable production firmware.
Right now, the code is really ugly. It'll be nicer soon. Please don't judge us too harshly.
Getting Started
Once you have a git checkout, you'll need to pull in the libraries we depend on. To do that:
$ cd KeyboardioFirmware
$ git submodule sync --recursive
$ git submodule update --init --recursive
$ cd source
$ make
<3 jesse