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 f3b3a0d commit 5a96435Copy full SHA for 5a96435
src/boards/nrfmicro/board.h
@@ -31,7 +31,7 @@
31
/* LED
32
*------------------------------------------------------------------*/
33
#define LEDS_NUMBER 1
34
-#define LED_PRIMARY_PIN _PINNUM(0, 15)
+#define LED_PRIMARY_PIN _PINNUM(1, 10)
35
#define LED_STATE_ON 1 // State when LED is lit (active HIGH)
36
37
#define NEOPIXELS_NUMBER 0
@@ -40,8 +40,8 @@
40
/* BUTTON
41
42
#define BUTTONS_NUMBER 2
43
-#define BUTTON_1 _PINNUM(0, 14) // RESET
44
-#define BUTTON_2 _PINNUM(0, 3) // NC
+#define BUTTON_1 _PINNUM(1, 2) // DFU
+#define BUTTON_2 _PINNUM(0, 12) // FRST
45
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
46
47
//--------------------------------------------------------------------+
0 commit comments