Skip to content

Commit 4a85fa2

Browse files
committed
rg_input: Fixed MRGC and T-DECK I2C input
1 parent 23e8b46 commit 4a85fa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/retro-go/rg_input.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ void rg_input_init(void)
287287

288288
#if defined(RG_GAMEPAD_I2C_MAP)
289289
RG_LOGI("Initializing I2C gamepad driver...");
290+
rg_i2c_init();
290291
#if defined(RG_I2C_GPIO_DRIVER)
291292
for (size_t i = 0; i < RG_COUNT(keymap_i2c); ++i)
292293
{

0 commit comments

Comments
 (0)