Crkbd implementing return value for matrix_scan() (#10422)
This commit is contained in:
parent
45f044907c
commit
7a2124db6b
2 changed files with 12 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue