summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-06-16Tweaks to remove "helper macros"Pete Johanson
* More direct transform maps were agreed to be clearer. * Remove helpers, just use simple `RC` macro to map a logical location to a row/column pair.
2020-06-16Better naming, layout comments for clarity.Pete Johanson
2020-06-15Initial work on keymap transforms for non-standard matrixes.Pete Johanson
* Allows "gaps" for keyboards like Kyra. * Allows keyboards with matrixes that don't map the logical key locations to have normal looking keymaps when defined.
2020-06-15Tweaks for Proton-C board.Pete Johanson
2020-06-14Upgrade to Zephyr 2.3.0 (plus small build fix.)Pete Johanson
* Closes #27
2020-06-12Restore CMSIS.Pete Johanson
2020-06-12Exclude some unused Zephyr west submodules.Pete Johanson
* Don't waste space/time updating unused modules for architectures we aren't targetting (yet).
2020-06-11Initial handwire proton-c shield for testing.Pete Johanson
2020-06-11Initial work on Proton-C board definition.Pete Johanson
2020-06-09Fix remaining Apache header lines.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson