qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 12de0297edc601be867ea4e32b741967e88a2847
parent 4992df56b8202e206f83ff529033864141e681ed
Author: Julius Degesys <Julius.Degesys@gmail.com>
Date:   Mon,  3 Apr 2023 01:42:14 -0400

Suggest `qmk list-keyboards` when testing build environment (#19471)

Co-authored-by: Joel Challis <git@zvecr.com>

Diffstat:
Mdocs/newbs_getting_started.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md @@ -172,6 +172,8 @@ For example, to build a firmware for a Clueboard 66% you would use: qmk compile -kb clueboard/66/rev3 -km default +?> The keyboard option is the path relative to the keyboard directory, the above example would be found in `qmk_firmware/keyboards/clueboard/66/rev3`. If you're unsure you can view a full list of supported keyboards with `qmk list-keyboards`. + When it is done you should have a lot of output that ends similar to this: ```