aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/eeconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/eeconfig.h')
-rw-r--r--tmk_core/common/eeconfig.h3
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);
107void eeconfig_update_haptic(uint32_t val); 107void eeconfig_update_haptic(uint32_t val);
108#endif 108#endif
109 109
110bool eeconfig_read_handedness(void);
111void eeconfig_update_handedness(bool val);
112
110#endif 113#endif