Skip to content

Commit 881dac1

Browse files
authored
Merge pull request #208 from Nice-Keyboards/nice-nano-v2
Add support for nice!nano v2
2 parents 2577833 + 20a5b93 commit 881dac1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/boards/nice_nano/board.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
#define _PINNUM(port, pin) ((port)*32 + (pin))
2929

30+
#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_3V3
31+
3032
/*------------------------------------------------------------------*/
3133
/* LED
3234
*------------------------------------------------------------------*/
@@ -57,7 +59,7 @@
5759

5860
#define UF2_PRODUCT_NAME "nice!nano"
5961
#define UF2_VOLUME_LABEL "NICENANO"
60-
#define UF2_BOARD_ID "nRF52840-nicenano-v1"
61-
#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"
6264

6365
#endif // _NICENANO_H

0 commit comments

Comments
 (0)