mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
* 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
8 lines
350 B
CMake
8 lines
350 B
CMake
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+
|
|
)
|