Make the two keyboard halves communicate with each other via I2C.
This commit is contained in:
3
include/README.md
Normal file
3
include/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Include files
|
||||
|
||||
These files are shared between multiple projects of this repository.
|
||||
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