logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: b3f5408e7283c8a282fada75dd4e61a93df276e7
parent f156e57f8ef6bb825695123ab7cf2eca8d75dace
Author: Ryan <fauxpark@gmail.com>
Date:   Sun, 10 Nov 2024 03:49:11 +1100

[docs] Fix dead link to keyboard list in newbs.md (#24579)


Diffstat:

Mdocs/newbs.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/newbs.md b/docs/newbs.md @@ -4,7 +4,7 @@ Your computer keyboard has a processor inside of it, similar to the one inside y QMK tries to put a lot of power into your hands by making easy things easy, and hard things possible. You don't have to know how to program to create powerful keymaps — you only have to follow a few simple syntax rules. -Not sure if your keyboard can run QMK? If it's a mechanical keyboard you built yourself chances are good it can. We support a [large number of hobbyist boards](https://qmk.fm/keyboards/). If your current keyboard can't run QMK there are a lot of choices out there for boards that do. +Not sure if your keyboard can run QMK? If it's a mechanical keyboard you built yourself chances are good it can. We support a [large number of hobbyist boards](https://browse.qmk.fm/). If your current keyboard can't run QMK there are a lot of choices out there for boards that do. ::: tip Is This Guide For Me? If the thought of programming intimidates you, please [take a look at our online GUI](newbs_building_firmware_configurator) instead.