diff options
Diffstat (limited to 'users/drashna/transport_sync.h')
-rw-r--r-- | users/drashna/transport_sync.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/drashna/transport_sync.h b/users/drashna/transport_sync.h index e2b3eae76b..062df2bacc 100644 --- a/users/drashna/transport_sync.h +++ b/users/drashna/transport_sync.h @@ -19,4 +19,14 @@ #include "drashna.h" +__attribute__((aligned(8))) typedef struct { + bool audio_enable; + bool audio_clicky_enable; + bool tap_toggling; + bool unicode_mode; + bool swap_hands; +} user_runtime_config_t; + +extern user_runtime_config_t user_state; + void keyboard_post_init_transport_sync(void); |