]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update URL for `60-keyboard.hwdb` (#7185)
authorYadunand Prem <yadunut@gmail.com>
Mon, 28 Oct 2019 02:41:22 +0000 (13:41 +1100)
committerJoel Challis <git@zvecr.com>
Mon, 28 Oct 2019 02:41:22 +0000 (02:41 +0000)
docs/how_keyboards_work.md

index bbd22a2788c8dc9c238852be6806632f3f67c401..3dcbc6452220f140e597a297aae258c5e1adea2c 100644 (file)
@@ -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/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 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.
 
 ## 4. What the Operating System Does