qmk_firmware/keyboards/primekb/meridian
Nick Brassel 416af0171c
Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase.

* Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-23 20:31:25 +01:00
..
keymaps RESET -> QK_BOOT default keymaps (#17037) 2022-05-15 20:26:27 +01:00
ktr1010 Move RGBLED_NUM to data driven (#21278) 2023-06-18 14:39:07 +10:00
ws2812 Move RGBLED_NUM to data driven (#21278) 2023-06-18 14:39:07 +10:00
chconf.h
config.h Move RGBLED_NUM to data driven (#21278) 2023-06-18 14:39:07 +10:00
halconf.h
info.json Move split space/backspace layouts to data driven (#20356) 2023-04-08 19:27:11 +10:00
mcuconf.h
meridian.c Move split space/backspace layouts to data driven (#20356) 2023-04-08 19:27:11 +10:00
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
rules.mk Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) 2023-06-23 20:31:25 +01:00

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.