You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 21ed9b4575
Simplify more feature driver defines (#22090)
7 months ago
..
keymaps RESET -> QK_BOOT default keymaps (#17037) 1 year ago
ktr1010 Move `RGBLED_NUM` to data driven (#21278) 10 months ago
ws2812 Simplify more feature driver defines (#22090) 7 months ago
chconf.h ChibiOS conf migrations... take 11 (#11646) 3 years ago
config.h Simplify more feature driver defines (#22090) 7 months ago
halconf.h Fix up comments showing how to execute config migration. (#11621) 3 years ago
info.json Move split space/backspace layouts to data driven (#20356) 1 year ago
mcuconf.h Fix up comments showing how to execute config migration. (#11621) 3 years ago
meridian.c Move split space/backspace layouts to data driven (#20356) 1 year ago
readme.md RESET -> QK_BOOT keyboard readme (#18110) 1 year ago
rules.mk Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) 10 months ago

readme.md

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.