logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 31b962b3397818166aba94912879d44d30c75d2e
parent 97a0091bbbaf2defefddbf1fa4423d5ecba01086
Author: QMK Bot <hello@qmk.fm>
Date:   Mon, 19 Aug 2024 19:05:10 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

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

diff --git a/docs/porting_your_keyboard_to_qmk.md b/docs/porting_your_keyboard_to_qmk.md @@ -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