feat(boards): Update for mikoto board definition (#1946)

* Set default revision to 5.20
* update mikoto board defs
* add revision info to mikoto.zmk.yml
* use zephyr aliases to handle mikoto_520
* enable pull-ups for on-board i2c
This commit is contained in:
yuki
2024-12-05 15:02:58 +08:00
committed by GitHub
parent 40925d48e6
commit b26058b6c7
19 changed files with 157 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
board_check_revision(FORMAT MAJOR.MINOR.PATCH
DEFAULT_REVISION 5.20.0
VALID_REVISIONS
5.20.0 # first public release
6.1.0 6.3.0 # incompatible pinout change from v5+
7.2.0 # addition of MAX17048; compatible pinout with v6+
)