diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-03-04 22:10:13 -0800 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-19 14:58:08 -0700 |
| commit | dd64a4e73868027b44a018278039cc42a01e730b (patch) | |
| tree | 67c4a7d1008d7f11a3f81baba029b9eba89e8450 /docs/feature_rgb_matrix.md | |
| parent | 1ef01ba4c695f2047415df3514e4e5edfaf2bc60 (diff) | |
| download | qmk_firmware-dd64a4e73868027b44a018278039cc42a01e730b.tar.gz qmk_firmware-dd64a4e73868027b44a018278039cc42a01e730b.zip | |
Init RGB Matrix EEPROM
I'm not sure how to check if it's the same as RGBLIGHT's EEPROM, but if you don't init it, it **will not** work properly until it is initialized.
Diffstat (limited to 'docs/feature_rgb_matrix.md')
| -rw-r--r-- | docs/feature_rgb_matrix.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index e744ecc49..05c1ebba8 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
| @@ -253,10 +253,10 @@ A similar function works in the keymap as `rgb_matrix_indicators_user`. | |||
| 253 | The EEPROM for it is currently shared with the RGBLIGHT system (it's generally assumed only one RGB would be used at a time), but could be configured to use its own 32bit address with: | 253 | The EEPROM for it is currently shared with the RGBLIGHT system (it's generally assumed only one RGB would be used at a time), but could be configured to use its own 32bit address with: |
| 254 | 254 | ||
| 255 | ```C | 255 | ```C |
| 256 | #define EECONFIG_RGB_MATRIX (uint32_t *)16 | 256 | #define EECONFIG_RGB_MATRIX (uint32_t *)28 |
| 257 | ``` | 257 | ``` |
| 258 | 258 | ||
| 259 | Where `16` is an unused index from `eeconfig.h`. | 259 | Where `28` is an unused index from `eeconfig.h`. |
| 260 | 260 | ||
| 261 | ## Suspended state | 261 | ## Suspended state |
| 262 | 262 | ||
