Make the left keyboard half send the state of the keys to the right half via I2C and make the right half send the relevant scancodes to the host via USB.
This commit is contained in:
8
left/src/init_peripherials.h
Normal file
8
left/src/init_peripherials.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __INIT_H__
|
||||
#define __INIT_H__
|
||||
|
||||
// Functions:
|
||||
|
||||
void InitPeripherials();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user