diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-30 22:00:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-30 22:00:56 +1100 |
commit | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (patch) | |
tree | 6b9861b866e761c375b19f469e29a6fbc4690c2b /docs/feature_rgb_matrix.md | |
parent | 4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff) | |
download | qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.tar.gz qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.zip |
[Docs] Use HTTPS for images and links where possible (#11695)
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 | ||