Преглед изворни кода

Merge remote-tracking branch 'origin/master' into develop

QMK Bot пре 3 година
родитељ
комит
657bddb5c3
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      docs/feature_led_matrix.md
  2. 1 1
      docs/feature_rgb_matrix.md

+ 1 - 1
docs/feature_led_matrix.md

@@ -433,7 +433,7 @@ The EEPROM for it is currently shared with the RGB Matrix system (it's generally
 
 
 ### Indicators :id=indicators
 ### Indicators :id=indicators
 
 
-If you want to set custom indicators, such as an LED for Caps Lock, or layer indication, you can use the `led_matrix_indicators_kb` or `led_matrix_indicators_user` function for that:
+If you want to set custom indicators, such as an LED for Caps Lock, or layer indication, then you can use the `led_matrix_indicators_kb` function on the keyboard level source file, or `led_matrix_indicators_user` function in the user `keymap.c`.
 ```c
 ```c
 bool led_matrix_indicators_kb(void) {
 bool led_matrix_indicators_kb(void) {
     if (!led_matrix_indicators_user()) {
     if (!led_matrix_indicators_user()) {

+ 1 - 1
docs/feature_rgb_matrix.md

@@ -964,7 +964,7 @@ The EEPROM for it is currently shared with the LED Matrix system (it's generally
 
 
 ### Indicators :id=indicators
 ### Indicators :id=indicators
 
 
-If you want to set custom indicators, such as an LED for Caps Lock, or layer indication, you can use the `rgb_matrix_indicators_kb` or `rgb_matrix_indicators_user` function for that:
+If you want to set custom indicators, such as an LED for Caps Lock, or layer indication, then you can use the `rgb_matrix_indicators_kb` function on the keyboard level source file, or `rgb_matrix_indicators_user` function in the user `keymap.c`.
 ```c
 ```c
 bool rgb_matrix_indicators_kb(void) {
 bool rgb_matrix_indicators_kb(void) {
     if (!rgb_matrix_indicators_user()) {
     if (!rgb_matrix_indicators_user()) {