aboutsummaryrefslogtreecommitdiff
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 c2e2234f9..ee7fa2bd4 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/>.
61#ifdef STENO_ENABLE 61#ifdef STENO_ENABLE
62# include "process_steno.h" 62# include "process_steno.h"
63#endif 63#endif
64#ifdef SERIAL_LINK_ENABLE
65# include "serial_link/system/serial_link.h"
66#endif
67#ifdef POINTING_DEVICE_ENABLE 64#ifdef POINTING_DEVICE_ENABLE
68# include "pointing_device.h" 65# include "pointing_device.h"
69#endif 66#endif
@@ -511,10 +508,6 @@ MATRIX_LOOP_END:
511 adb_mouse_task(); 508 adb_mouse_task();
512#endif 509#endif
513 510
514#ifdef SERIAL_LINK_ENABLE
515 serial_link_update();
516#endif
517
518#ifdef POINTING_DEVICE_ENABLE 511#ifdef POINTING_DEVICE_ENABLE
519 pointing_device_task(); 512 pointing_device_task();
520#endif 513#endif