logo

qmk_firmware

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

readme.md (1514B)


  1. # Ghost Squid Controller
  2. This is the firmware for Rev. 20140518 of the Ghost Squid controller by [Bathroom Epiphanies](http://bathroomepiphanies.com/controllers/), a replacement controller for the [Cooler Master Quick Fire XT](https://www.coolermaster.com/catalog/peripheral/keyboards/quick-fire-xt/).
  3. The code was adapted from the [BathroomEpiphanies QMK Firmware](https://github.com/BathroomEpiphanies/epiphanies_qmk_keyboard/tree/master/keyboards/ghost_squid_20140518).
  4. * Keyboard Maintainer: QMK Community
  5. * Hardware Supported: Ghost Squid
  6. * Hardware Availability: [1upkeyboards](https://1upkeyboards.com/shop/controllers/qf-xt-ghost-squid-controller-2/)
  7. Enter the bootloader in 3 ways:
  8. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  9. * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
  10. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  11. Make example for this keyboard (after setting up your build environment):
  12. 104 key default layout:
  13. make bpiphany/ghost_squid:default
  14. Flashing example for this keyboard:
  15. make bpiphany/ghost_squid:default:flash
  16. 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).