JustDEVblog

How to configure and upload ferris/sweep fireware

My keymap: keymap.json
My keyboard: pics

Linux

  1. Go to the https://config.qmk.fm and select ferris/sweep or just upload your_keymap_name.json
  2. Download your_keymap_name.json file
  3. Put your_keymap_name.json file to ./qmk_firmware/keyboards/ferris/keymaps/sps/your_keymap_name.json
  4. In this folder(sps) run: $ qmk json2c your_keymap_name.json >> keymap.c
  5. From ~/qmk_firmware run: make ferris/sweep:sps:avrdude-split-right while right side conected (don’t forget to shorten reset with ground)
  6. From ~/qmk_firmware run: make ferris/sweep:sps:avrdude-split-left while left side conected p

Done, now everything must be ready.

Windows

  1. Go to the https://config.qmk.fm and select ferris/sweep or just upload your_keymap_name.json
  2. Press ‘Compile’
  3. After compolation is finished, press ‘Firware’ to download .hex file
  4. Then upload .hex file to qmk-toolkit and flash it on the board