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.
2 parents 2577833 + 20a5b93 commit 881dac1Copy full SHA for 881dac1
src/boards/nice_nano/board.h
@@ -27,6 +27,8 @@
27
28
#define _PINNUM(port, pin) ((port)*32 + (pin))
29
30
+#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_3V3
31
+
32
/*------------------------------------------------------------------*/
33
/* LED
34
*------------------------------------------------------------------*/
@@ -57,7 +59,7 @@
57
59
58
60
#define UF2_PRODUCT_NAME "nice!nano"
61
#define UF2_VOLUME_LABEL "NICENANO"
-#define UF2_BOARD_ID "nRF52840-nicenano-v1"
-#define UF2_INDEX_URL "https://docs.nicekeyboards.com/#/nice!nano/"
62
+#define UF2_BOARD_ID "nRF52840-nicenano"
63
+#define UF2_INDEX_URL "https://nicekeyboards.com/docs/nice-nano"
64
65
#endif // _NICENANO_H
0 commit comments