Skip to content

Commit

Permalink
doc: change dead links from kmkfw.io to repo docs (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
xs5871 authored Feb 26, 2025
1 parent 2172665 commit 1cdd99e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/helix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A compact split ortholinear keyboard.
* Keyboard Maintainer: [yushakobo](https://github.com/yushakobo)
* Hardware Supported: Helix PCBs (probably rev2 only), Pro Micro RP2040 boards

Copy the `kb.py` and `main.py` files from your preferred keymap folder into your root directory of your keyboard as detailed in the [KMK instructions](http://kmkfw.io/docs/Getting_Started/).
Copy the `kb.py` and `main.py` files from your preferred keymap folder into your root directory of your keyboard as detailed in the [KMK instructions](Getting_Started.md).

## Microcontroller support

Expand Down
2 changes: 1 addition & 1 deletion boards/nullbitsco/tidbit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The default is for a single encoder in either of the top two locations labeled 1
in the build diagram, i.e. `active_encoders=[0]`. Pass an empty list if you skipped
adding any encoders.

You can control the RGB backlights with the [RGB extension](http://kmkfw.io/docs/rgb).
You can control the RGB backlights with the [RGB extension](rgb.md).
Here's an example:

```python
Expand Down
2 changes: 1 addition & 1 deletion docs/en/pimoroni_trackball.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To choose the default mode, pass it in `Trackball` constructor.

### Light animation

The trackball has a RGB LED which can be controlled with the [RGB extension](http://kmkfw.io/docs/rgb).
The trackball has a RGB LED which can be controlled with the [RGB extension](rgb.md).
Example of very slowly glowing led, almost seamlessly changing colors:

```python
Expand Down

0 comments on commit 1cdd99e

Please sign in to comment.