commit: 11deaf60b43235acc15aa7c8b1e901cba78503e6
parent 061f5adc15c38724e0b83ab2ec18c7d9d28c12fc
Author: QMK Bot <hello@qmk.fm>
Date: Sat, 6 Apr 2024 22:57:40 +0000
Merge remote-tracking branch 'origin/master' into develop
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/hand_wire.md b/docs/hand_wire.md
@@ -175,7 +175,7 @@ As you move along, be sure that the controller is staying in place - recutting a
From here, you should have a working keyboard once you program a firmware.
-Simple firmware can be created easily using the [Keyboard Firmware Builder](https://kbfirmware.com/) website. Recreate your layout using [Keyboard Layout Editor](https://www.keyboard-layout-editor.com), import it and recreate the matrix (if not already done as part of [planning the matrix](#planning-the-matrix).
+Simple firmware can be created easily using the [Keyboard Firmware Builder](https://kbfirmware.com/) website. Recreate your layout using [Keyboard Layout Editor](https://www.keyboard-layout-editor.com), import it and recreate the matrix (if not already done as part of [planning the matrix](#planning-the-matrix)).
Go through the rest of the tabs, assigning keys until you get to the last one where you can compile and download your firmware. The .hex file can be flashed straight onto your keyboard, or for advanced functionality, compiled locally after [Setting up Your Environment](newbs_getting_started.md).