X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fhow_keyboards_work.md;h=edd219a32390fb6798d2d8a47ae82484b349833e;hb=e899cb8940da04fa2610604f0aab417db7fac119;hp=3969c5680de93d229e0695b14879a7b5e21ac467;hpb=9d1a08e38ac9937cff4e61abfd0acc26ad5fdf4a;p=qmk_firmware.git diff --git a/docs/how_keyboards_work.md b/docs/how_keyboards_work.md index 3969c5680..edd219a32 100644 --- a/docs/how_keyboards_work.md +++ b/docs/how_keyboards_work.md @@ -51,7 +51,7 @@ layout is set to QWERTY, a sample of the matching table is as follow: ## Back to the firmware -As the layout is generally fixed (unless you create your own), the firmware can actually call a keycode by its layout name directly to ease things for you. This is exactly what is done here with `KC_A` actually representing `0x04` in QWERTY. The full list can be found in `keycode.txt`. +As the layout is generally fixed (unless you create your own), the firmware can actually call a keycode by its layout name directly to ease things for you. This is exactly what is done here with `KC_A` actually representing `0x04` in QWERTY. The full list can be found in [keycodes](keycodes.md). ## List of Characters You Can Send