diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-06 22:30:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-06 22:30:38 +0000 |
commit | 6f82647e8d8a15de096b8929696bef1f91e865ea (patch) | |
tree | d9b575f91f3989aadba1574597112f686318e2aa /docs | |
parent | 85b3b98570262b97851b726a31819e8864ff1bb3 (diff) | |
parent | b85c224b7ca62dacc0bb05162a5bb4cfe5d024b3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how_keyboards_work.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how_keyboards_work.md b/docs/how_keyboards_work.md index 36cbfb4d9a..0f4b039fd4 100644 --- a/docs/how_keyboards_work.md +++ b/docs/how_keyboards_work.md @@ -35,7 +35,7 @@ USB for a given key. ## 3. What the Event Input/Kernel Does -The *scancode* is mapped to a *keycode* dependent on the keyboard [60-keyboard.hwdb at Master](https://github.com/systemd/systemd/blob/master/hwdb.d/60-keyboard.hwdb). Without this mapping, the operating system will not receive a valid keycode and will be unable to do anything useful with that key press. +The *scancode* is mapped to a *keycode* dependent on the keyboard [60-keyboard.hwdb at Main](https://github.com/systemd/systemd/blob/main/hwdb.d/60-keyboard.hwdb). Without this mapping, the operating system will not receive a valid keycode and will be unable to do anything useful with that key press. ## 4. What the Operating System Does |