|
|
5 months ago | |
|---|---|---|
| .. | ||
| keymaps | 97547ac762 Update leftover RGB keycodes (#24653) | 1 year ago |
| config.h | 3b874ee434 [Keyboard] Add xdboards/recon keyboard (#24135) | 1 year ago |
| keyboard.json | 4f7a7873c8 [CI] Format code according to conventions (#26000) | 5 months ago |
| post_config.h | 4f7a7873c8 [CI] Format code according to conventions (#26000) | 5 months ago |
| post_rules.mk | 4f7a7873c8 [CI] Format code according to conventions (#26000) | 5 months ago |
| readme.md | 4f7a7873c8 [CI] Format code according to conventions (#26000) | 5 months ago |
| recon.c | 4f7a7873c8 [CI] Format code according to conventions (#26000) | 5 months ago |
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:
add/modify a config.h file and insert
#define RGB_MATRIX_SPLIT { 5, 5 }
#define RGB_MATRIX_LED_COUNT 10