Fix dead link in porting_your_keyboard_to_qmk.md (#24306)

This commit is contained in:
Joel Challis 2024-08-19 20:04:37 +01:00 committed by GitHub
parent e910c89e0b
commit 557e4e7ffc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,7 @@ Next is configuring Layout Macro(s). These define the physical arrangement of ke
In the above example,
* `LAYOUT_ortho_4x4` defines the name of the layout macro
* It must conform to the [layout guidelines](hardware_keyboard_guidelines#ltkeyboard_namehgt)
* It must conform to the [layout guidelines](hardware_keyboard_guidelines#keyboard-name-h)
* `"matrix": [0, 0]` defines the electrical position
::: tip