Make the two keyboard halves communicate with each other via I2C.
This commit is contained in:
6
include/i2c.h
Normal file
6
include/i2c.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __I2C_H__
|
||||
#define __I2C_H__
|
||||
|
||||
#define LEFT_KEYBOARD_HALF_I2C_ADDRESS_7BIT 8
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user