diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-10-26 14:49:46 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-26 14:49:46 -0400 |
commit | 46e7fb2d3ccd699c0a1b1fd9d02860b1f2a44141 (patch) | |
tree | f0b00f664ecdaf83e30f27baf20780eb5d91c39a /common/matrix.h | |
parent | ff8d8a50dfbb8502003a5181878c54a71b8c57d5 (diff) |
quantum separated
Diffstat (limited to 'common/matrix.h')
-rw-r--r-- | common/matrix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/matrix.h b/common/matrix.h index 107ee72653..7c133f142a 100644 --- a/common/matrix.h +++ b/common/matrix.h @@ -61,6 +61,10 @@ void matrix_print(void); void matrix_power_up(void); void matrix_power_down(void); +void *matrix_init_kb(void); +void *matrix_scan_kb(void); + + #ifdef __cplusplus } #endif |