From afccbc8ffd5672d3a629e4b955de2fa25a645e6f Mon Sep 17 00:00:00 2001 From: granitrocky Date: Sun, 12 May 2024 19:21:43 -0500 Subject: [PATCH] Update DEVELOPMENT.md Add lines about QMK version 0.18.5 --- DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 54b55a3..4e01af0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -10,6 +10,8 @@ The below is a work in progress. Don't be surprised if there are quirks in the i If your qmk_firmware repository is NOT located under ~/qmk_firmware, you may encounter qmk build issue. In such case, try moving the repository or adding a symlink, then retry compiling. +Your qmk_firmware repository should ALSO be on the 0.18.5 branch of QMK. Newer updates will cause errors when compiling. + ``` sh ln -s your_path_to_repos/qmk_firmware ~/qmk_firmware ```