diff options
| author | Joel Challis | 2025-07-23 14:08:48 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-23 14:08:48 +0200 |
| commit | 36c3f4deba7e4c670736cc95db144b25156e90f1 (patch) | |
| tree | d5faa6acc97cc430c0a09b1fe5e7841b40b01588 /docs/drivers/is31fl3236.md | |
| parent | 74d64c7f43a9a1a0f6a0a26c981f1611ac0edaa3 (diff) | |
[docs] Align more keyboard placeholders (#25510)
Diffstat (limited to 'docs/drivers/is31fl3236.md')
| -rw-r--r-- | docs/drivers/is31fl3236.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers/is31fl3236.md b/docs/drivers/is31fl3236.md index 98e05e4abd..83ce227203 100644 --- a/docs/drivers/is31fl3236.md +++ b/docs/drivers/is31fl3236.md @@ -50,7 +50,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 is31fl3236_led_t PROGMEM g_is31fl3236_leds[IS31FL3236_LED_COUNT] = { |