aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/transport_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/transport_sync.c')
-rw-r--r--users/drashna/transport_sync.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/users/drashna/transport_sync.c b/users/drashna/transport_sync.c
index 38434751e..fdd596c04 100644
--- a/users/drashna/transport_sync.c
+++ b/users/drashna/transport_sync.c
@@ -71,10 +71,6 @@ void keyboard_post_init_transport_sync(void) {
71 71
72void user_transport_update(void) { 72void user_transport_update(void) {
73 if (is_keyboard_master()) { 73 if (is_keyboard_master()) {
74# ifdef OLED_ENABLE
75 user_state.oled_on = is_oled_on();
76# endif
77
78 transport_keymap_config = keymap_config.raw; 74 transport_keymap_config = keymap_config.raw;
79 transport_userspace_config = userspace_config.raw; 75 transport_userspace_config = userspace_config.raw;
80#ifdef AUDIO_ENABLE 76#ifdef AUDIO_ENABLE
@@ -89,13 +85,6 @@ void user_transport_update(void) {
89#endif 85#endif
90 86
91 } else { 87 } else {
92# ifdef OLED_ENABLE
93 if (user_state.oled_on) {
94 oled_on();
95 } else {
96 oled_off();
97 }
98# endif
99 keymap_config.raw = transport_keymap_config; 88 keymap_config.raw = transport_keymap_config;
100 userspace_config.raw = transport_userspace_config; 89 userspace_config.raw = transport_userspace_config;
101#ifdef UNICODE_ENABLE 90#ifdef UNICODE_ENABLE