diff options
Diffstat (limited to 'docs/drivers/aw20216s.md')
| -rw-r--r-- | docs/drivers/aw20216s.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers/aw20216s.md b/docs/drivers/aw20216s.md index 042c8df129..a8c87dd0f9 100644 --- a/docs/drivers/aw20216s.md +++ b/docs/drivers/aw20216s.md @@ -44,7 +44,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 aw20216s_led_t PROGMEM g_aw20216s_leds[AW20216S_LED_COUNT] = { |