diff options
author | Joel Challis <git@zvecr.com> | 2019-09-24 15:24:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 15:24:12 +0100 |
commit | ad8dbd5ca5390ad9e441943b705684fce521bc15 (patch) | |
tree | 5426b36cba3db2fafe4eb4dc59ee05c3b3788b77 /tmk_core/common/eeconfig.h | |
parent | 237147ca236b0e942fc14e73010479a2785bf764 (diff) | |
download | qmk_firmware-ad8dbd5ca5390ad9e441943b705684fce521bc15.tar.gz qmk_firmware-ad8dbd5ca5390ad9e441943b705684fce521bc15.zip |
ARM split - Add bootmagic/magic keycodes for setting handedness (#6545)
* Add docs on bootmagic/magic keycodes for setting handedness
* Clang format fixes
* Maintain backwards compatibility
* Maintain backwards compatibility
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 |