keyboards/xdboards/recon/readme.md
A split low profile keyboard with hotswap sockets that is built around the Sea-Picro microcontroller for it's dedicated RGB pin.
Make example for this keyboard (after setting up your build environment):
make xdboards/recon:default
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Enter the bootloader in 2 ways:
QK_BOOT if it is availableTo take advantage of the dedicated 5v RGB pin on the sea-picro you must create your keymap
and then add a rules.mk file and copy and paste the following:
CONVERT_TO = rp2040_ce
USE_SEA_PICRO_RGB_PIN = yes
If you do not want to use the dedicated 5v RGB header then follow the Setup for non Sea-Picro microcontrollers.
Solder the "Pro-Micro Compatibility" jumper on the bottom of both boards.
In your keymap directory:
rules.mk file
CONVERT_TO to desired converter see QMK DocumentationUSE_SEA_PICRO_RGB_PIN to noSolder the "Per-Key RGB Skip" jumper on the bottom of both boards. Do not install per key RGBs.
In your keymap directory:
config.h file and insert
#define RGB_MATRIX_SPLIT { 5, 5 }
#define RGB_MATRIX_LED_COUNT 10