diff options
Diffstat (limited to 'tmk_core/common/eeconfig.h')
-rw-r--r-- | tmk_core/common/eeconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h index aea4eff9f..308f865e1 100644 --- a/tmk_core/common/eeconfig.h +++ b/tmk_core/common/eeconfig.h | |||
@@ -107,4 +107,7 @@ uint32_t eeconfig_read_haptic(void); | |||
107 | void eeconfig_update_haptic(uint32_t val); | 107 | void eeconfig_update_haptic(uint32_t val); |
108 | #endif | 108 | #endif |
109 | 109 | ||
110 | bool eeconfig_read_handedness(void); | ||
111 | void eeconfig_update_handedness(bool val); | ||
112 | |||
110 | #endif | 113 | #endif |