qmk-dactyl-manuform-a/keyboards/primekb/meridian
Ryan a8d440e4e0
Tidy up NKRO_ENABLE rules (#15382)
2021-12-09 16:05:44 +11:00
..
keymaps
ktr1010 Meridian LED update (#15329) 2021-11-28 17:26:50 +11:00
ws2812 Meridian LED update (#15329) 2021-11-28 17:26:50 +11:00
chconf.h ChibiOS conf migrations... take 11 (#11646) 2021-01-21 17:00:53 +11:00
config.h Fix up WS2812 SPI driver on F072. (#13022) 2021-06-03 09:48:16 +10:00
halconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
mcuconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
meridian.c
meridian.h
readme.md Meridian LED update (#15329) 2021-11-28 17:26:50 +11:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

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 RESET 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.