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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 157 additions and 20 deletions

2
app/boards/aliases.cmake Normal file
View file

@ -0,0 +1,2 @@
# defines board aliases for shorter names (or for renaming boards)
set(mikoto_520_BOARD_ALIAS "mikoto")