diff options
Diffstat (limited to 'tmk_core/common/eeconfig.h')
| -rw-r--r-- | tmk_core/common/eeconfig.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h index ddefca134..ca47e0d2f 100644 --- a/tmk_core/common/eeconfig.h +++ b/tmk_core/common/eeconfig.h | |||
| @@ -60,22 +60,22 @@ void eeconfig_enable(void); | |||
| 60 | void eeconfig_disable(void); | 60 | void eeconfig_disable(void); |
| 61 | 61 | ||
| 62 | uint8_t eeconfig_read_debug(void); | 62 | uint8_t eeconfig_read_debug(void); |
| 63 | void eeconfig_write_debug(uint8_t val); | 63 | void eeconfig_update_debug(uint8_t val); |
| 64 | 64 | ||
| 65 | uint8_t eeconfig_read_default_layer(void); | 65 | uint8_t eeconfig_read_default_layer(void); |
| 66 | void eeconfig_write_default_layer(uint8_t val); | 66 | void eeconfig_update_default_layer(uint8_t val); |
| 67 | 67 | ||
| 68 | uint8_t eeconfig_read_keymap(void); | 68 | uint8_t eeconfig_read_keymap(void); |
| 69 | void eeconfig_write_keymap(uint8_t val); | 69 | void eeconfig_update_keymap(uint8_t val); |
| 70 | 70 | ||
| 71 | #ifdef BACKLIGHT_ENABLE | 71 | #ifdef BACKLIGHT_ENABLE |
| 72 | uint8_t eeconfig_read_backlight(void); | 72 | uint8_t eeconfig_read_backlight(void); |
| 73 | void eeconfig_write_backlight(uint8_t val); | 73 | void eeconfig_update_backlight(uint8_t val); |
| 74 | #endif | 74 | #endif |
| 75 | 75 | ||
| 76 | #ifdef AUDIO_ENABLE | 76 | #ifdef AUDIO_ENABLE |
| 77 | uint8_t eeconfig_read_audio(void); | 77 | uint8_t eeconfig_read_audio(void); |
| 78 | void eeconfig_write_audio(uint8_t val); | 78 | void eeconfig_update_audio(uint8_t val); |
| 79 | #endif | 79 | #endif |
| 80 | 80 | ||
| 81 | #endif | 81 | #endif |
