Inverting L and R buttons
This commit is contained in:
parent
4505d68705
commit
1e5be5fa6f
|
@ -6,8 +6,8 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
const button_def_t BUTTONS_DEFS[NB_BUTTONS] = {
|
const button_def_t BUTTONS_DEFS[NB_BUTTONS] = {
|
||||||
{13},
|
|
||||||
{9},
|
{9},
|
||||||
|
{13},
|
||||||
{1},
|
{1},
|
||||||
{5},
|
{5},
|
||||||
{6},
|
{6},
|
||||||
|
|
Loading…
Reference in New Issue