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:
László Monda
2016-10-12 03:03:59 +02:00
parent cbe8c953a0
commit 80ddf397fd
6 changed files with 139 additions and 45 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __INIT_H__
#define __INIT_H__
// Functions:
void InitPeripherials();
#endif