summaryrefslogtreecommitdiff
path: root/app/boards/shields/tidbit
AgeCommit message (Collapse)Author
2021-09-25feat(boards): Remove usage of pro_micro_a/d nodesNick Winans
2021-09-11refactor(shields): Add pro-micro shield metadata.Peter Johanson
2021-03-18fix(boards): Move board endif to proper location.Pete Johanson
* Nibble and tidbit conditional was closed early, enabling some settings incorrectly for other unrelated builds.
2021-02-08fix(boards): Remove explicit enable of sensorNick Winans
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
Aligns *.h and *.c to underscore naming convention. These were kept (with warnings) for backwards compatibility with external boards/shields: - kscan-mock.h - matrix-transform.h They should be removed in the future. PR: #523
2020-12-17feat(shields): add tidbit and tidbit_19key shieldsKemoNine