docs: bump Zephyr documentation links to Zephyr v2.5.0

PR: https://github.com/zmkfirmware/zmk/pull/736
This commit is contained in:
innovaker
2021-06-19 10:29:42 +01:00
committed by Pete Johanson
parent c03046e54a
commit 47043c86e9
4 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ The high level steps are:
- Add support for features such as encoders, OLED displays, or RGB underglow.
- Update build.yml
It may be helpful to review the upstream [shields documentation](https://docs.zephyrproject.org/2.3.0/guides/porting/shields.html#shields) to get a proper understanding of the underlying system before continuing.
It may be helpful to review the upstream [shields documentation](https://docs.zephyrproject.org/2.5.0/guides/porting/shields.html#shields) to get a proper understanding of the underlying system before continuing.
:::note
ZMK support for split keyboards requires a few more files than single boards to ensure proper connectivity between the central and peripheral units. Check the following guides thoroughly to ensure that all the files are in place.