Change Sonix 26x CODE PROTECTION to CS0 - gloryhzw/qmk_tool GitHub Wiki

  1. Connect SWD and enter bootloader mode
  2. Change 0x1FFF2000 to 0 (flash write). **All 32 KB flash will be zeroed. YOU HEARD MY WORDS. **

python sonix_swd_flash.py 0x1FFF2000 64 zero_64.bin --openocd 127.0.0.1:4444

  1. Follow https://github.com/gloryhzw/qmk_tool sonix_swd_flash.py to restore jumploader and 0x7800 bootloader (the 26x 0x7800 bootloader is the same, the one on the github), but remember to use your own jumploader.

*** DO NOT TRY THIS UNLESS YOU KNOW WHAT U R DOING ***