]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/frosty_flake/readme.md
Add TKL keymap for Frosty_Flake (#1666)
[qmk_firmware.git] / keyboards / frosty_flake / readme.md
1 # Frosty Flake Controller
2
3 This is the firmware for Rev. 20140521 of the Frosty Flake controller
4 by [Bathroom Epiphanies](http://bathroomepiphanies.com/controllers/),
5 a replacement controller for the [Cooler Master Quick Fire
6 Rapid](http://www.coolermaster.com/peripheral/keyboards/quickfirerapid/).
7
8 The code was adapted from the [BathroomEpiphanies TMK
9 Firmware](https://github.com/BathroomEpiphanies/epiphanies_tmk_keyboard/tree/master/be_controllers),
10 but has been cleaned up to match the
11 [schematic](https://deskthority.net/wiki/File:Frosty_Flake_Schematics.pdf)
12 and gone through some minor refactoring for QMK.
13
14 ## 104 and 87 layout support
15
16 Support for both 104 key and 87 key layouts is provided. See the
17 keymaps `default` (104) and `tkl` (87) for example layouts.
18
19 Keyboard Maintainer: QMK Community  
20 Hardware Supported: Frosty Flake  
21 Hardware Availability: https://1upkeyboards.com/qfr-frosty-flake-controller.html  
22
23 Make example for this keyboard (after setting up your build environment):
24
25 104 key default layout:
26
27 ```
28 make frosty_flake-default
29 ```
30
31 To directly flash the frosty_flake after compiling use
32
33 ```
34 make frosty_flake-default-dfu
35 ```
36
37 87 key tkl layout:
38
39 ```
40 make frosty_flake-tkl-dfu
41 ```
42
43 See [build environment
44 setup](https://docs.qmk.fm/build_environment_setup.html) then the
45 [make instructions](https://docs.qmk.fm/make_instructions.html) for
46 more information.