summaryrefslogtreecommitdiff
path: root/quantum/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/keyboard.c')
-rw-r--r--quantum/keyboard.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c
index c2e2234f94..ee7fa2bd4b 100644
--- a/quantum/keyboard.c
+++ b/quantum/keyboard.c
@@ -61,9 +61,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef STENO_ENABLE
# include "process_steno.h"
#endif
-#ifdef SERIAL_LINK_ENABLE
-# include "serial_link/system/serial_link.h"
-#endif
#ifdef POINTING_DEVICE_ENABLE
# include "pointing_device.h"
#endif
@@ -511,10 +508,6 @@ MATRIX_LOOP_END:
adb_mouse_task();
#endif
-#ifdef SERIAL_LINK_ENABLE
- serial_link_update();
-#endif
-
#ifdef POINTING_DEVICE_ENABLE
pointing_device_task();
#endif