This document will guide you through installing your nice!nano and flashing. After following this document, you can move on to the Wireless Firmware page to pick out your software.
Before you install your nice!nano please note these tips/warnings:
When soldering the nice!nano, avoid using high iron temperatures, as you could damage the main nRF52840 chip. A temperature around 270°C-300°C should be hot enough. The higher the temperature, the more likely you are to damage the board.
Installing your nice!nano is almost the same as any other Pro Micro like board. The only difference is related to ignore the B+ and B- pins when adding sockets or headers and the battery. It's highly recommended to get your firmware on and functioning before adding the battery.
If you aren't socketing, you probably want to get the firmware up and running before you even attach the square post headers. You'll want to install the firmware, confirm everything is working, and install your square post headers and battery.
If you are socketing, you can socket your nice!nano, install the firmware, confirm everything is working, and finally add the battery.
Socketing the nice!nano is extremely recommended. It offers ease of access to the battery, helps you if you need to debug your keyboard, and lets you move the board to another keyboard if ever needed.
For a great guide with pictures check out 40percentclub's guide.
Socketing steps:
One of the great things about the nice!nano is how easy it is to flash the device. To jump into the bootloader all you need to do is double tap reset. You can do this by either double tapping your reset button on your keyboard, or you can double tap RST and GND pins on the nice!nano quickly with tweezers.
Once you are into the bootloader, connect your nice!nano via USB to your computer if you haven't already. Your nice!nano should now show up in your OS as a USB storage device named "NICENANO".
Flashing is now as easy as copying a .uf2 firmware file to the storage device. You can do this by copying in the terminal, dragging and dropping it in your file explorer, or however else you copy files to a storage device in your OS.
Now you may be wondering how to get one of these mystical .uf2 files. You get them by building one of the firmwares available. Checkout the Wireless Firmware page to get information on how to configure and build a few different types of firmwares along with some recommendations.
The bootloader the nice!nano uses is the Adafruit nRF52 Bootloader. You can read more about its features, updating the bootloader, and using DFU to flash firmware on its GitHub.