diff options
| author | QMK Bot | 2025-07-23 14:09:23 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-07-23 14:09:23 +0200 |
| commit | 717b6b8f138180b217bea64f6f0f4a62ef72200d (patch) | |
| tree | b7500553482680bd843d2ffea7d5aa8d2ae344fe /docs/drivers/is31fl3742a.md | |
| parent | a954b568eae25dbf1ff293cd312ef170dac0a635 (diff) | |
| parent | 36c3f4deba7e4c670736cc95db144b25156e90f1 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/drivers/is31fl3742a.md')
| -rw-r--r-- | docs/drivers/is31fl3742a.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers/is31fl3742a.md b/docs/drivers/is31fl3742a.md index ebe648cba4..e4f15162f6 100644 --- a/docs/drivers/is31fl3742a.md +++ b/docs/drivers/is31fl3742a.md @@ -117,7 +117,7 @@ Depending on the ChibiOS board configuration, you may need to [enable and config ## LED Mapping {#led-mapping} -In order to use this driver, each output must be mapped to an LED index, by adding the following to your `<keyboardname>.c`: +In order to use this driver, each output must be mapped to an LED index, by adding the following to your `<keyboard>.c`: ```c const is31fl3742a_led_t PROGMEM g_is31fl3742a_leds[IS31FL3742A_LED_COUNT] = { |