summaryrefslogtreecommitdiffstats
path: root/keyboards/kc60
diff options
context:
space:
mode:
authorBrian Choromanski <BrianChoromanski@gmail.com>2019-03-29 14:20:25 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-29 14:20:25 +0100
commit3f4d706c98fc3a7f5fcec6ed0b62291b4159f097 (patch)
tree545149e90c13c1feb732f4d274c24f50e935e7ed /keyboards/kc60
parent4fa7c9f1d0a51465991b926522472e969107e80c (diff)
downloadqmk_firmware-3f4d706c98fc3a7f5fcec6ed0b62291b4159f097.tar.gz
qmk_firmware-3f4d706c98fc3a7f5fcec6ed0b62291b4159f097.tar.xz
Fixing dead links (#5503)
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links * Removed all dead links that I could not find a replacement for * Placed knops links back in * Fixed plank keymaps so that they will compile for planck light * Https doesn't work on knops.io * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles * Remove remaining dead links
Diffstat (limited to 'keyboards/kc60')
-rw-r--r--keyboards/kc60/keymaps/stanleylai/readme.md4
-rw-r--r--keyboards/kc60/readme.md1
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/kc60/keymaps/stanleylai/readme.md b/keyboards/kc60/keymaps/stanleylai/readme.md
index 815649d98..6f5953ded 100644
--- a/keyboards/kc60/keymaps/stanleylai/readme.md
+++ b/keyboards/kc60/keymaps/stanleylai/readme.md
@@ -1,8 +1,6 @@
Stanley Lai's Split Right Shift with Dedicated Arrow Keys
======================
-![Image of KC60 with RGB Underglow](../ws2812/ws2812_example.jpg)
-
## Quantum MK Firmware
For the full Quantum feature list, see [the parent readme.md](/readme.md).
@@ -20,7 +18,7 @@ For the full Quantum feature list, see [the parent readme.md](/readme.md).
![RGB Layer](http://imgur.com/ZWIfuPM)
## WS2812 Support
-By default, it is now setup for 16 LEDs on the PF5 breakout pin. See [included image](../ws2812/ws2812_wiring.jpg) for wiring reference.
+By default, it is now setup for 16 LEDs on the PF5 breakout pin.
### Build
To build this keymap, simply run `make KEYMAP=stanleylai`.
diff --git a/keyboards/kc60/readme.md b/keyboards/kc60/readme.md
index da84f6159..e152824cc 100644
--- a/keyboards/kc60/readme.md
+++ b/keyboards/kc60/readme.md
@@ -24,7 +24,6 @@ $ make [default|jack|<name>]
Keymaps follow the format **__\<name\>.c__** and are stored in the `keymaps` folder.
## WS2812 Support
-![Image of KC60 with RGB Underglow](keymaps/ws2812/ws2812_example.jpg)
Build with WS2812 Support by running `make ws2812`.