diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-07-05 23:27:10 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-07-05 23:27:10 -0400 |
| commit | d707738616c140f8d9c8eded7b64e5fc806f4b24 (patch) | |
| tree | f8aaebebb526903bb49283aa9fa53242c4bf793b /tmk_core/common/matrix.h | |
| parent | 96f44e120295e677d21d3dbb9dc4bf642ba2af09 (diff) | |
| download | qmk_firmware-d707738616c140f8d9c8eded7b64e5fc806f4b24.tar.gz qmk_firmware-d707738616c140f8d9c8eded7b64e5fc806f4b24.zip | |
i2c working
Diffstat (limited to 'tmk_core/common/matrix.h')
| -rw-r--r-- | tmk_core/common/matrix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h index 71153a5f5..cee3593ee 100644 --- a/tmk_core/common/matrix.h +++ b/tmk_core/common/matrix.h | |||
| @@ -72,6 +72,11 @@ void matrix_scan_kb(void); | |||
| 72 | void matrix_init_user(void); | 72 | void matrix_init_user(void); |
| 73 | void matrix_scan_user(void); | 73 | void matrix_scan_user(void); |
| 74 | 74 | ||
| 75 | #ifdef I2C_SPLIT | ||
| 76 | void slave_matrix_init(void); | ||
| 77 | uint8_t slave_matrix_scan(void); | ||
| 78 | #endif | ||
| 79 | |||
| 75 | #ifdef __cplusplus | 80 | #ifdef __cplusplus |
| 76 | } | 81 | } |
| 77 | #endif | 82 | #endif |
