diff options
| author | Brian Choromanski <BrianChoromanski@gmail.com> | 2018-03-01 10:45:47 -0500 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-01 07:45:47 -0800 |
| commit | 7f7f763598b7be7b2081a73be2124f40349d8032 (patch) | |
| tree | 2e89e3fb645567b5605d396abd13cf519d012bf9 /tmk_core | |
| parent | 2b8a82fb9defa95ca679672322e7f43052fdc44f (diff) | |
| download | qmk_firmware-7f7f763598b7be7b2081a73be2124f40349d8032.tar.gz qmk_firmware-7f7f763598b7be7b2081a73be2124f40349d8032.zip | |
Fixed dead links (#2451)
* Fixed typo of 'confid.h' to 'config.h'
* Fixed broken links in docs
* Fixed a lot of dead links
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md | 10 | ||||
| -rw-r--r-- | tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md | 2 | ||||
| -rw-r--r-- | tmk_core/readme.md | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md index 49cd83e0a..1eecb78ef 100644 --- a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md +++ b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/README.md | |||
| @@ -10,7 +10,7 @@ Project main web site is: <http://www.circuitsathome.com>. | |||
| 10 | 10 | ||
| 11 | Some information can also be found at: <http://blog.tkjelectronics.dk/>. | 11 | Some information can also be found at: <http://blog.tkjelectronics.dk/>. |
| 12 | 12 | ||
| 13 | The shield can be purchased at the main site: <http://www.circuitsathome.com/products-page/arduino-shields> or from [TKJ Electronics](http://tkjelectronics.com/): <http://shop.tkjelectronics.dk/product_info.php?products_id=43>. | 13 | The shield can be purchased at the main site: <https://www.circuitsathome.com/arduino_usb_host_shield_projects/> or from [TKJ Electronics](http://tkjelectronics.com/): <http://shop.tkjelectronics.dk/product_info.php?products_id=43>. |
| 14 | 14 | ||
| 15 |  | 15 |  |
| 16 | 16 | ||
| @@ -196,7 +196,7 @@ Also take a look at the blog posts: | |||
| 196 | 196 | ||
| 197 | A special thanks go to the following people: | 197 | A special thanks go to the following people: |
| 198 | 198 | ||
| 199 | 1. _Richard Ibbotson_ who made this excellent guide: <http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part> | 199 | 1. _Richard Ibbotson_ who made this excellent guide: <https://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-1/> |
| 200 | 2. _Tomoyuki Tanaka_ for releasing his code for the Arduino USB Host shield connected to the wiimote: <http://www.circuitsathome.com/mcu/rc-car-controlled-by-wii-remote-on-arduino> | 200 | 2. _Tomoyuki Tanaka_ for releasing his code for the Arduino USB Host shield connected to the wiimote: <http://www.circuitsathome.com/mcu/rc-car-controlled-by-wii-remote-on-arduino> |
| 201 | 201 | ||
| 202 | Also a big thanks all the people behind these sites about the Motion controller: | 202 | Also a big thanks all the people behind these sites about the Motion controller: |
| @@ -216,10 +216,10 @@ The [XBOXOLD](XBOXOLD.cpp) class implements support for the original Xbox contro | |||
| 216 | 216 | ||
| 217 | All the information are from the following sites: | 217 | All the information are from the following sites: |
| 218 | 218 | ||
| 219 | * <https://github.com/torvalds/linux/blob/master/Documentation/input/xpad.txt> | 219 | * <https://github.com/torvalds/linux/blob/master/Documentation/input/devices/xpad.rst> |
| 220 | * <https://github.com/torvalds/linux/blob/master/drivers/input/joystick/xpad.c> | 220 | * <https://github.com/torvalds/linux/blob/master/drivers/input/joystick/xpad.c> |
| 221 | * <http://euc.jp/periphs/xbox-controller.ja.html> | 221 | * <http://euc.jp/periphs/xbox-controller.ja.html> |
| 222 | * <https://github.com/Grumbel/xboxdrv/blob/master/PROTOCOL#L15> | 222 | * <https://github.com/Grumbel/xboxdrv/blob/stable/PROTOCOL#L15> |
| 223 | 223 | ||
| 224 | #### Xbox 360 Library | 224 | #### Xbox 360 Library |
| 225 | 225 | ||
| @@ -241,7 +241,7 @@ All the information regarding the Xbox 360 controller protocol are form these si | |||
| 241 | 241 | ||
| 242 | * <http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/UsbInfo> | 242 | * <http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/UsbInfo> |
| 243 | * <http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/WirelessUsbInfo> | 243 | * <http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/WirelessUsbInfo> |
| 244 | * <https://github.com/Grumbel/xboxdrv/blob/master/PROTOCOL> | 244 | * <https://github.com/Grumbel/xboxdrv/blob/stable/PROTOCOL> |
| 245 | 245 | ||
| 246 | #### Xbox ONE Library | 246 | #### Xbox ONE Library |
| 247 | 247 | ||
diff --git a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md index d8b4296b1..0f2a734a6 100644 --- a/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md +++ b/tmk_core/protocol/usb_hid/USB_Host_Shield_2.0/examples/testusbhostFAT/README.md | |||
| @@ -10,7 +10,7 @@ To compile this example you will need the following libraries as well: | |||
| 10 | * [generic_storage FATfs](https://github.com/xxxajk/generic_storage) | 10 | * [generic_storage FATfs](https://github.com/xxxajk/generic_storage) |
| 11 | * [RTClib](https://github.com/xxxajk/RTClib) | 11 | * [RTClib](https://github.com/xxxajk/RTClib) |
| 12 | 12 | ||
| 13 | The following shield is recommended for larger projects: <http://ruggedcircuits.com/html/quadram.html>. | 13 | The following shield is recommended for larger projects: <https://www.rugged-circuits.com/new-products/quadram>. |
| 14 | 14 | ||
| 15 | You may use the bundled [Makefile](Makefile) to compile the code instead of the Arduino IDE if you have problems or want a smaller binary. The master makefile is bundled as a submodule, but can also be downloaded manually at the following link: <https://github.com/xxxajk/Arduino_Makefile_master>. | 15 | You may use the bundled [Makefile](Makefile) to compile the code instead of the Arduino IDE if you have problems or want a smaller binary. The master makefile is bundled as a submodule, but can also be downloaded manually at the following link: <https://github.com/xxxajk/Arduino_Makefile_master>. |
| 16 | 16 | ||
diff --git a/tmk_core/readme.md b/tmk_core/readme.md index 5f135617c..a3783fe37 100644 --- a/tmk_core/readme.md +++ b/tmk_core/readme.md | |||
| @@ -2,7 +2,7 @@ TMK Keyboard Firmware Core Library | |||
| 2 | ================================== | 2 | ================================== |
| 3 | This is a keyboard firmware library with some useful features for Atmel AVR and Cortex-M. | 3 | This is a keyboard firmware library with some useful features for Atmel AVR and Cortex-M. |
| 4 | 4 | ||
| 5 | Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/core> | 5 | Source code is available here: <https://github.com/tmk/tmk_keyboard/tree/master/tmk_core> |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | Updates | 8 | Updates |
| @@ -54,7 +54,7 @@ LUFA, PJRC and V-USB stack have their own license respectively. | |||
| 54 | 54 | ||
| 55 | Build Firmware and Program Controller | 55 | Build Firmware and Program Controller |
| 56 | ------------------------------------- | 56 | ------------------------------------- |
| 57 | See [doc/build.md](doc/build.md). | 57 | See [doc/build.md](https://github.com/tmk/tmk_keyboard/blob/master/tmk_core/doc/build.md). |
| 58 | 58 | ||
| 59 | 59 | ||
| 60 | 60 | ||
