Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-25 | feat(boards): Add D18-21 to Pro Micro pin mappings | Nick Winans | |
2021-09-11 | refactor(boards): Add metadata for boards. | Peter Johanson | |
* Standalone and pro-micro format board metadata added. | |||
2021-07-17 | refactor(boards): Switch proton_c to newer pinmux approach. | Peter Johanson | |
See: https://github.com/zephyrproject-rtos/zephyr/issues/28999 PR: https://github.com/zmkfirmware/zmk/pull/736 | |||
2020-12-14 | refactor(app): replace `struct device *` with `const struct device *` | innovaker | |
Replaced with RegExp: /(?<!const )(struct device \*)/g See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467 | |||
2020-09-14 | chore: clang-format the codebase. | Pete Johanson | |
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142. | |||
2020-08-11 | Fix up some incorrect license headers. | Pete Johanson | |
2020-06-26 | Add missing semicolon to pro micro nexus. | Pete Johanson | |
2020-06-26 | Missed removing some preceding 0 padding. | Pete Johanson | |
2020-06-25 | Refactor ProMicro to a/d connector. | Pete Johanson | |
2020-06-24 | Initial working Clueboard California Macropad w/ proton-c fixes | Pete Johanson | |
* Basic Clueboard Californai Macropad shield definition. * New "direct" KSCAN driver that supports non-matrix direct wiring for switches, needed for macropad that doesn't have a matrix at all. * Some renames for existing KSCAN GPIO driver to make the implied "matrix" part explicit. | |||
2020-06-15 | Tweaks for Proton-C board. | Pete Johanson | |
2020-06-11 | Initial work on Proton-C board definition. | Pete Johanson | |