logo

qmk_firmware

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

readme.md (1717B)


  1. # Frosty Flake Controller
  2. This is the firmware for the Frosty Flake controller by
  3. [Bathroom Epiphanies](http://bathroomepiphanies.com/controllers/),
  4. a replacement controller for the [Cooler Master Quick Fire
  5. Rapid](http://www.coolermaster.com/peripheral/keyboards/quickfirerapid/).
  6. The code was adapted from the [BathroomEpiphanies TMK
  7. Firmware](https://github.com/BathroomEpiphanies/epiphanies_tmk_keyboard/tree/master/be_controllers),
  8. but has been cleaned up to match the
  9. [schematic](https://deskthority.net/wiki/File:Frosty_Flake_Schematics.pdf)
  10. and gone through some minor refactoring for QMK.
  11. ## Revision support
  12. There are two revisions of this controller. 20140521 is built by default.
  13. If you need to build for 20130602, it can be built with `make bpiphany/frosty_flake/20130602`
  14. ## 104 and 87 layout support
  15. Support for both 104 key and 87 key layouts is provided. See the
  16. keymaps `default` (104) and `tkl` (87) for example layouts.
  17. Keyboard Maintainer: QMK Community
  18. Hardware Supported: Frosty Flake
  19. Hardware Availability: [1upkeyboards](https://www.1upkeyboards.com/shop/controllers/qfr-frosty-flake-controller/)
  20. Make example for this keyboard (after setting up your build environment):
  21. 104 key default layout:
  22. ```
  23. make bpiphany/frosty_flake:default
  24. ```
  25. To directly flash the frosty_flake after compiling use:
  26. ```
  27. make bpiphany/frosty_flake:default:dfu
  28. ```
  29. 87 key tkl layout:
  30. ```
  31. make bpiphany/frosty_flake:tkl:dfu
  32. ```
  33. 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).