Skip to content

Commit

Permalink
docs: reflect systemd's change in language (qmk#17322)
Browse files Browse the repository at this point in the history
Like much of our field, systemd has renamed their `master` branch to `main`
  • Loading branch information
TRiggAtGM authored and ModProg committed Jul 1, 2022
1 parent a91cb4d commit f0aaf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_keyboards_work.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0aaf6a

Please sign in to comment.