diff options
Diffstat (limited to 'quantum/matrix.h')
| -rw-r--r-- | quantum/matrix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/matrix.h b/quantum/matrix.h index ce57010a4..3fe691aae 100644 --- a/quantum/matrix.h +++ b/quantum/matrix.h | |||
| @@ -74,6 +74,11 @@ void matrix_scan_kb(void); | |||
| 74 | void matrix_init_user(void); | 74 | void matrix_init_user(void); |
| 75 | void matrix_scan_user(void); | 75 | void matrix_scan_user(void); |
| 76 | 76 | ||
| 77 | #ifdef SPLIT_KEYBOARD | ||
| 78 | void matrix_slave_scan_kb(void); | ||
| 79 | void matrix_slave_scan_user(void); | ||
| 80 | #endif | ||
| 81 | |||
| 77 | #ifdef __cplusplus | 82 | #ifdef __cplusplus |
| 78 | } | 83 | } |
| 79 | #endif | 84 | #endif |
