diff options
author | Yadunand Prem <yadunut@gmail.com> | 2019-10-28 13:41:22 +1100 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-28 02:41:22 +0000 |
commit | d5316e9714e6bd661ece1bf364dce1e9fd79988c (patch) | |
tree | ac2eba74fefeddf2cbf8a0f909278e3cc07f72d4 | |
parent | 85688f926a19f27e47d9136c1612fbd2f751372e (diff) | |
download | qmk_firmware-d5316e9714e6bd661ece1bf364dce1e9fd79988c.tar.gz qmk_firmware-d5316e9714e6bd661ece1bf364dce1e9fd79988c.zip |
Update URL for `60-keyboard.hwdb` (#7185)
-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 bbd22a278..3dcbc6452 100644 --- a/docs/how_keyboards_work.md +++ b/docs/how_keyboards_work.md | |||
@@ -35,7 +35,7 @@ USB for a given key. | |||
35 | 35 | ||
36 | ## 3. What the Event Input/Kernel Does | 36 | ## 3. What the Event Input/Kernel Does |
37 | 37 | ||
38 | The *scancode* is mapped to a *keycode* dependent on the keyboard [60-keyboard.hwdb at Master](https://github.com/systemd/systemd/blob/master/hwdb/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. | 38 | 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. |
39 | 39 | ||
40 | ## 4. What the Operating System Does | 40 | ## 4. What the Operating System Does |
41 | 41 | ||