diff options
Diffstat (limited to 'docs/feature_rgb_matrix.md')
| -rw-r--r-- | docs/feature_rgb_matrix.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index 7b597143c..f5abd327c 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
| @@ -53,7 +53,7 @@ const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { | |||
| 53 | } | 53 | } |
| 54 | ``` | 54 | ``` |
| 55 | 55 | ||
| 56 | Where `Cx_y` is the location of the LED in the matrix defined by [the datasheet](http://www.issi.com/WW/pdf/31FL3731.pdf) and the header file `drivers/issi/is31fl3731.h`. The `driver` is the index of the driver you defined in your `config.h` (`0` or `1` right now). | 56 | Where `Cx_y` is the location of the LED in the matrix defined by [the datasheet](https://www.issi.com/WW/pdf/31FL3731.pdf) and the header file `drivers/issi/is31fl3731.h`. The `driver` is the index of the driver you defined in your `config.h` (`0` or `1` right now). |
| 57 | 57 | ||
| 58 | --- | 58 | --- |
| 59 | ### IS31FL3733/IS31FL3737 :id=is31fl3733is31fl3737 | 59 | ### IS31FL3733/IS31FL3737 :id=is31fl3733is31fl3737 |
| @@ -105,7 +105,7 @@ const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { | |||
| 105 | } | 105 | } |
| 106 | ``` | 106 | ``` |
| 107 | 107 | ||
| 108 | Where `X_Y` is the location of the LED in the matrix defined by [the datasheet](http://www.issi.com/WW/pdf/31FL3733.pdf) and the header file `drivers/issi/is31fl3733.h`. The `driver` is the index of the driver you defined in your `config.h` (Only `0` right now). | 108 | Where `X_Y` is the location of the LED in the matrix defined by [the datasheet](https://www.issi.com/WW/pdf/31FL3733.pdf) and the header file `drivers/issi/is31fl3733.h`. The `driver` is the index of the driver you defined in your `config.h` (Only `0` right now). |
| 109 | 109 | ||
| 110 | --- | 110 | --- |
| 111 | 111 | ||
