1
0
Fork 0

Adding rgb matrix speed into eeprom storage. (#5965)

Zeroing out spd in eeconfig_init_quantum

Switched to block read & update

Update tmk_core/common/eeconfig.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

Fixing init compile error

Update eeconfig.c

Dead / Missing API cleanup

alignment
This commit is contained in:
XScorpion2 2019-07-16 02:40:43 -05:00 committed by skullydazed
parent 72df7b4c19
commit e2dfb787da
5 changed files with 35 additions and 65 deletions

View file

@ -2,10 +2,6 @@
#include "custom_keycodes.h"
#include "timer_utils.h"
#if defined(RGB_MATRIX_ENABLE)
extern void eeconfig_update_rgb_matrix_default(void);
#endif
#ifdef TRILAYER_ENABLED
uint32_t layer_state_set_user(uint32_t state)
{