summaryrefslogtreecommitdiff
path: root/app/boards/shields/eek
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-01-07refactor(shields): standardize README.md filenamesinnovaker
Renames instances of `readme.md` to `README.md` so that it's easily noticed. PR: #561
2021-01-06chore: standardize # style headersinnovaker
Changes made with regex plus some manual tweaks. Find: /(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm Replace: # Copyright (c) $1 $2 # SPDX-License-Identifier: $3 PR: #564
2021-01-01refactor(app): format with prettier (#563)innovaker
prettier --write . PR: #563
2021-01-01feat(shields): add eek shieldMango The Fourth
PR: #529