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/is31fl3733.md | |
| parent | a954b568eae25dbf1ff293cd312ef170dac0a635 (diff) | |
| parent | 36c3f4deba7e4c670736cc95db144b25156e90f1 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/drivers/is31fl3733.md')
| -rw-r--r-- | docs/drivers/is31fl3733.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers/is31fl3733.md b/docs/drivers/is31fl3733.md index e299f785bd..13e9148a29 100644 --- a/docs/drivers/is31fl3733.md +++ b/docs/drivers/is31fl3733.md @@ -145,7 +145,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 is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = { |