diff options
Diffstat (limited to 'quantum/split_common/split_util.c')
-rw-r--r-- | quantum/split_common/split_util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c index 5095cb8fd..da870f877 100644 --- a/quantum/split_common/split_util.c +++ b/quantum/split_common/split_util.c | |||
@@ -3,7 +3,6 @@ | |||
3 | #include "keyboard.h" | 3 | #include "keyboard.h" |
4 | #include "config.h" | 4 | #include "config.h" |
5 | #include "timer.h" | 5 | #include "timer.h" |
6 | #include "split_flags.h" | ||
7 | #include "transport.h" | 6 | #include "transport.h" |
8 | #include "quantum.h" | 7 | #include "quantum.h" |
9 | 8 | ||
@@ -60,10 +59,6 @@ static void keyboard_master_setup(void) { | |||
60 | #endif | 59 | #endif |
61 | #endif | 60 | #endif |
62 | transport_master_init(); | 61 | transport_master_init(); |
63 | |||
64 | // For master the Backlight info needs to be sent on startup | ||
65 | // Otherwise the salve won't start with the proper info until an update | ||
66 | BACKLIT_DIRTY = true; | ||
67 | } | 62 | } |
68 | 63 | ||
69 | static void keyboard_slave_setup(void) | 64 | static void keyboard_slave_setup(void) |