diff options
| author | Joel Challis <git@zvecr.com> | 2021-10-07 02:32:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 12:32:05 +1100 |
| commit | 1c0347b8b85de03691c7810f98f38bb245783985 (patch) | |
| tree | abd0d58a1e2d5134f1c307ad392c8616cab3266a /quantum/keyboard.c | |
| parent | 60297a1099e5a310bd10a4d59fcb80bbc7fe4be5 (diff) | |
| download | qmk_firmware-1c0347b8b85de03691c7810f98f38bb245783985.tar.gz qmk_firmware-1c0347b8b85de03691c7810f98f38bb245783985.zip | |
Remove SERIAL_LINK feature (#14727)
* Remove SERIAL_LINK
* more stale paths in doxygen-todo
* Fix
* More refs
* Update testing docs
* Update doxygen-todo
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'quantum/keyboard.c')
| -rw-r--r-- | quantum/keyboard.c | 7 |
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 |
