logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1472B)


  1. # ai03 x PrimeKB Meridian
  2. ![Meridian](https://i.imgur.com/c90ZTJJl.jpg)
  3. * Keyboard Maintainer: [Holten Campbell](https://github.com/holtenc)
  4. * Hardware Supported: STM32F072CBT6
  5. ## Compiling firmware and flashing
  6. ### Enter bootloader
  7. The DFU state in the bootloader can be accessed in 3 ways:
  8. * **Bootmagic reset**: hold down the key at (0,0) in the matrix (usually Escape) and plug in the keyboard; or
  9. * **Physical reset button**: press the button on the bottom of the PCB; or
  10. * **Keycode in layout**: press the key mapped to `QK_BOOT` if it is available (Escape key on layer 1 in the default layout).
  11. ### Compile firmware
  12. 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
  13. make primekb/meridian/ws1812:default
  14. make primekb/meridian/ktr1010:default
  15. 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
  16. make primekb/meridian/ws1812:default:flash
  17. make primekb/meridian/ktr1010:default:flash
  18. VIA-supported firmwares are also available.
  19. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).