|
|
1 year ago | |
|---|---|---|
| .. | ||
| keymaps | 45dc2499dc Remove all via-enabled keymaps, including `via`. (#24322) | 1 year ago |
| ktr1010 | c4e182b98e Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780) | 2 years ago |
| ws2812 | c4e182b98e Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780) | 2 years ago |
| chconf.h | bdb757e189 ChibiOS conf migrations... take 11 (#11646) | 5 years ago |
| config.h | c4e182b98e Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780) | 2 years ago |
| halconf.h | 78fe155b72 Fix up comments showing how to execute config migration. (#11621) | 5 years ago |
| info.json | c4e182b98e Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780) | 2 years ago |
| mcuconf.h | 78fe155b72 Fix up comments showing how to execute config migration. (#11621) | 5 years ago |
| meridian.c | d09a06a1b3 Update GPIO API usage in keyboard code (#23361) | 2 years ago |
| readme.md | d2accb48e7 RESET -> QK_BOOT keyboard readme (#18110) | 4 years ago |
The DFU state in the bootloader can be accessed in 3 ways:
QK_BOOT if it is available (Escape key on layer 1 in the default layout).The Meridian PCB was delivered in two variants, equal in design but using different RGB LED models: one using WS2812 and another using KTR1010 LEDs. Both can be compiled using
make primekb/meridian/ws1812:default
make primekb/meridian/ktr1010:default
After compiling, enter bootloader in the PCB and flash the firmware using dfu-util or QMK Toolbox. For direct compile-and-flashing, put the PCB in DFU state and use
make primekb/meridian/ws1812:default:flash
make primekb/meridian/ktr1010:default:flash
VIA-supported firmwares are also available.
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
