Inverting L and R buttons

This commit is contained in:
Ulysse Cura 2025-05-27 23:06:58 +02:00
parent 4505d68705
commit 1e5be5fa6f
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@
#include <stdio.h>
const button_def_t BUTTONS_DEFS[NB_BUTTONS] = {
{13},
{9},
{13},
{1},
{5},
{6},