Skip to content

Commit 1195e26

Browse files
committed
Change Mochi buttons
1 parent b55712f commit 1195e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boards/mochaelec_mochi/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
/* BUTTON
4747
*------------------------------------------------------------------*/
4848
#define BUTTONS_NUMBER 2
49-
#define BUTTON_1 _PINNUM(0, 18) // RESET
50-
#define BUTTON_2 _PINNUM(0, 3) // Random unused pin
49+
#define BUTTON_1 _PINNUM(0, 0) // Random unused pin
50+
#define BUTTON_2 _PINNUM(0, 10) // Random unused pin
5151
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
5252

5353
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)