We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55712f commit 1195e26Copy full SHA for 1195e26
src/boards/mochaelec_mochi/board.h
@@ -46,8 +46,8 @@
46
/* BUTTON
47
*------------------------------------------------------------------*/
48
#define BUTTONS_NUMBER 2
49
-#define BUTTON_1 _PINNUM(0, 18) // RESET
50
-#define BUTTON_2 _PINNUM(0, 3) // Random unused pin
+#define BUTTON_1 _PINNUM(0, 0) // Random unused pin
+#define BUTTON_2 _PINNUM(0, 10) // Random unused pin
51
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
52
53
//--------------------------------------------------------------------+
0 commit comments