A 58 key layout for the lily58 keyboard. Custom symbols layer, numpad, navigation layer and function layer.
I use the RP2040 Pro Micro, similar pinout to the ATMEGA Pro micro but with different firmware. So in QMK it needs to be converted to the correct file type .uf2.
# If you have added the deafult keyboard and keymap
qmk compile -e CONVERT_TO=promicro_rp2040
# Wihtout environment configuration
qmk compile -kb lily58 -km juliv -e CONVERT_TO=promicro_rp2040The Pro Micro RP2040 is flashed by double clicking the reset button, it will act as storage space, drag in the .uf2 firmware and it will automatically flash and reconnect as a keyboard.