Files
firmware/include/i2c.h

7 lines
91 B
C

#ifndef __I2C_H__
#define __I2C_H__
#define LEFT_KEYBOARD_HALF_I2C_ADDRESS_7BIT 8
#endif