summaryrefslogtreecommitdiff
path: root/app/boards/arm/proton_c
AgeCommit message (Collapse)Author
2021-09-25feat(boards): Add D18-21 to Pro Micro pin mappingsNick Winans
2021-09-11refactor(boards): Add metadata for boards.Peter Johanson
* Standalone and pro-micro format board metadata added.
2021-07-17refactor(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-14refactor(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-14chore: clang-format the codebase.Pete Johanson
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142.
2020-08-11Fix up some incorrect license headers.Pete Johanson
2020-06-26Add missing semicolon to pro micro nexus.Pete Johanson
2020-06-26Missed removing some preceding 0 padding.Pete Johanson
2020-06-25Refactor ProMicro to a/d connector.Pete Johanson
2020-06-24Initial working Clueboard California Macropad w/ proton-c fixesPete 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-15Tweaks for Proton-C board.Pete Johanson
2020-06-11Initial work on Proton-C board definition.Pete Johanson