7 lines
91 B
C
7 lines
91 B
C
#ifndef __I2C_H__
|
|
#define __I2C_H__
|
|
|
|
#define LEFT_KEYBOARD_HALF_I2C_ADDRESS_7BIT 8
|
|
|
|
#endif
|