mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-12-07 08:04:57 +08:00
ferris/0_1: update I2C API usage (#24839)
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define I2C_READ 0x01
|
||||
#define I2C_WRITE 0x00
|
||||
|
||||
typedef int16_t i2c_status_t;
|
||||
|
||||
#define I2C_STATUS_SUCCESS (0)
|
||||
|
||||
Reference in New Issue
Block a user