Back to Qmk Firmware

SteelSeries Prime

keyboards/steelseries/prime/readme.md

4.01.5 KB
Original Source

SteelSeries Prime

Erase with an stlink and flash this uf2boot bootloader, this is a a one way procedure voiding any warranty so be sure you don't want to use the original manufacturers firmware.

you may need to remove write protection to flash, e.g. with openocd in linux

sh
openocd -f interface/stlink.cfg -f target/stm32f1x.cfg -c "init; reset halt; stm32f1x unlock 0; flash protect 0 0 last off; reset halt; exit"

and write the new bootloader

sh

openocd -f interface/stlink.cfg -f target/stm32f1x.cfg -c "program build/PRIME_PLUS/uf2boot.bin  verify reset exit 0x8000000"

Make example for this keyboard (after setting up your build environment):

make steelseries/prime:default

Flashing example for this keyboard:

make steelseries/prime:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Bootloader

Enter the bootloader in 2 ways:

  • Bootmagic reset: Hold down left mouse button and plug in.
  • Bootloader entry: Hold the underneath button while plugging in.