2017-09-07 02:42:19 +02:00
# Frosty Flake Controller
2017-03-18 23:38:03 +01:00
2017-09-07 02:42:19 +02:00
This is the firmware for Rev. 20140521 of the Frosty Flake controller
by [Bathroom Epiphanies ](http://bathroomepiphanies.com/controllers/ ),
a replacement controller for the [Cooler Master Quick Fire
Rapid](http://www.coolermaster.com/peripheral/keyboards/quickfirerapid/).
2017-03-20 04:56:45 +01:00
2017-09-07 02:42:19 +02:00
The code was adapted from the [BathroomEpiphanies TMK
Firmware](https://github.com/BathroomEpiphanies/epiphanies_tmk_keyboard/tree/master/be_controllers),
but has been cleaned up to match the
[schematic ](https://deskthority.net/wiki/File:Frosty_Flake_Schematics.pdf )
and gone through some minor refactoring for QMK.
2017-03-20 04:56:45 +01:00
2017-09-07 02:42:19 +02:00
## 104 and 87 layout support
Support for both 104 key and 87 key layouts is provided. See the
keymaps `default` (104) and `tkl` (87) for example layouts.
Keyboard Maintainer: QMK Community
Hardware Supported: Frosty Flake
2018-12-14 22:01:04 +01:00
Hardware Availability: [1upkeyboards ](https://www.1upkeyboards.com/shop/controllers/qfr-frosty-flake-controller/ )
2017-03-18 23:38:03 +01:00
2017-08-17 00:08:16 +02:00
Make example for this keyboard (after setting up your build environment):
2017-03-18 23:38:03 +01:00
2017-09-07 02:42:19 +02:00
104 key default layout:
```
2018-09-20 01:25:58 +02:00
make bpiphany/frosty_flake:default
2017-09-07 02:42:19 +02:00
```
2018-12-14 22:01:04 +01:00
To directly flash the frosty_flake after compiling use:
2017-09-07 02:42:19 +02:00
```
2018-09-20 01:25:58 +02:00
make bpiphany/frosty_flake:default:dfu
2017-09-07 02:42:19 +02:00
```
87 key tkl layout:
```
2018-09-20 01:25:58 +02:00
make bpiphany/frosty_flake:tkl:dfu
2017-09-07 02:42:19 +02:00
```
2017-03-18 23:38:03 +01:00
2018-09-20 01:25:58 +02:00
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 ).