~ruther/qmk_firmware

ref: c4e182b98e0b072dd97133b71b01f59f0eb07501 qmk_firmware/keyboards/primekb/meridian/readme.md -rw-r--r-- 1.4 KiB
c4e182b9 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780) 11 months ago

#ai03 x PrimeKB Meridian

Meridian

#Compiling firmware and flashing

#Enter bootloader

The DFU state in the bootloader can be accessed in 3 ways:

  • Bootmagic reset: hold down the key at (0,0) in the matrix (usually Escape) and plug in the keyboard; or
  • Physical reset button: press the button on the bottom of the PCB; or
  • Keycode in layout: press the key mapped to QK_BOOT if it is available (Escape key on layer 1 in the default layout).

#Compile firmware

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.

Do not follow this link