diff options
| author | Joel Challis <git@zvecr.com> | 2021-02-07 23:16:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 23:16:15 +0000 |
| commit | 99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3 (patch) | |
| tree | 499edfaa4b2a180047f7ca5f6bc882e77f5262fa /quantum/split_common | |
| parent | 7e828795534f7351df54d2c0545b2ed159b1bfde (diff) | |
| download | qmk_firmware-99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3.tar.gz qmk_firmware-99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3.zip | |
Migrate some tmk_core files to quantum (#11791)
* Migrate some tmk_core files to quantum
* Fix build errors
Diffstat (limited to 'quantum/split_common')
| -rw-r--r-- | quantum/split_common/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/transport.h b/quantum/split_common/transport.h index f3e752bf9..c667bfab8 100644 --- a/quantum/split_common/transport.h +++ b/quantum/split_common/transport.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "common/matrix.h" | 3 | #include "matrix.h" |
| 4 | 4 | ||
| 5 | void transport_master_init(void); | 5 | void transport_master_init(void); |
| 6 | void transport_slave_init(void); | 6 | void transport_slave_init(void); |
