diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2019-07-16 02:40:43 -0500 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-16 00:40:43 -0700 |
| commit | e2dfb787da2a2ba88e0e074b396a2b988e10eccf (patch) | |
| tree | 28a4cb615cdec55697f054be9c8f7bb59db67e50 /users/xulkal | |
| parent | 72df7b4c191399c7835527b730647e079b6683ff (diff) | |
| download | qmk_firmware-e2dfb787da2a2ba88e0e074b396a2b988e10eccf.tar.gz qmk_firmware-e2dfb787da2a2ba88e0e074b396a2b988e10eccf.zip | |
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
Diffstat (limited to 'users/xulkal')
| -rw-r--r-- | users/xulkal/process_records.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/users/xulkal/process_records.c b/users/xulkal/process_records.c index 115623caa..2c5d2a4e7 100644 --- a/users/xulkal/process_records.c +++ b/users/xulkal/process_records.c | |||
| @@ -2,10 +2,6 @@ | |||
| 2 | #include "custom_keycodes.h" | 2 | #include "custom_keycodes.h" |
| 3 | #include "timer_utils.h" | 3 | #include "timer_utils.h" |
| 4 | 4 | ||
| 5 | #if defined(RGB_MATRIX_ENABLE) | ||
| 6 | extern void eeconfig_update_rgb_matrix_default(void); | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #ifdef TRILAYER_ENABLED | 5 | #ifdef TRILAYER_ENABLED |
| 10 | uint32_t layer_state_set_user(uint32_t state) | 6 | uint32_t layer_state_set_user(uint32_t state) |
| 11 | { | 7 | { |
