__flash? (#13799)
This commit is contained in:
parent
206a995ccd
commit
70fb3e1aaf
76 changed files with 95 additions and 92 deletions
|
@ -52,7 +52,7 @@ Here is an example using 2 drivers.
|
|||
Define these arrays listing all the LEDs in your `<keyboard>.c`:
|
||||
|
||||
```c
|
||||
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | LED address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue