]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_rgb_matrix.md
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / docs / feature_rgb_matrix.md
index 8f0cd12b3caaf1ad34cbd3a9470a9ef60460a20c..916fcdce0314cf1304e964425f5bc97d95ec7573 100644 (file)
@@ -42,11 +42,11 @@ Define these arrays listing all the LEDs in your `<keyboard>.c`:
 ```C
 const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
 /* Refer to IS31 manual for these locations
   *   driver
   *   |  R location
   *   |  |      G location
   *   |  |      |      B location
   *   |  |      |      | */
+ *   driver
+ *   |  R location
+ *   |  |      G location
+ *   |  |      |      B location
+ *   |  |      |      | */
     {0, C1_3,  C2_3,  C3_3},
     ....
 }
@@ -93,11 +93,11 @@ Define these arrays listing all the LEDs in your `<keyboard>.c`:
 ```C
 const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
 /* Refer to IS31 manual for these locations
   *   driver
   *   |  R location
   *   |  |       G location
   *   |  |       |       B location
   *   |  |       |       | */
+ *   driver
+ *   |  R location
+ *   |  |       G location
+ *   |  |       |       B location
+ *   |  |       |       | */
     {0, B_1,    A_1,    C_1},
     ....
 }