1
0
Fork 0

Crkbd implementing return value for matrix_scan() (#10422)

This commit is contained in:
yhr0x43 2020-10-01 13:41:21 -05:00 committed by GitHub
parent 45f044907c
commit 7a2124db6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

View file

@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
extern volatile bool isLeftHand;
// slave version of matix scan, defined in matrix.c
void matrix_slave_scan(void);
uint8_t matrix_slave_scan(void);
void split_keyboard_setup(void);
bool has_usb(void);