qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1717B)


      1 # Frosty Flake Controller
      2 
      3 This is the firmware for the Frosty Flake controller by
      4 [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 ## Revision support
     15 There are two revisions of this controller. 20140521 is built by default.
     16 If you need to build for 20130602, it can be built with `make bpiphany/frosty_flake/20130602`
     17 
     18 ## 104 and 87 layout support
     19 
     20 Support for both 104 key and 87 key layouts is provided. See the
     21 keymaps `default` (104) and `tkl` (87) for example layouts.
     22 
     23 Keyboard Maintainer: QMK Community  
     24 Hardware Supported: Frosty Flake  
     25 Hardware Availability: [1upkeyboards](https://www.1upkeyboards.com/shop/controllers/qfr-frosty-flake-controller/)
     26 
     27 Make example for this keyboard (after setting up your build environment):
     28 
     29 104 key default layout:
     30 
     31 ```
     32 make bpiphany/frosty_flake:default
     33 ```
     34 
     35 To directly flash the frosty_flake after compiling use:
     36 
     37 ```
     38 make bpiphany/frosty_flake:default:dfu
     39 ```
     40 
     41 87 key tkl layout:
     42 
     43 ```
     44 make bpiphany/frosty_flake:tkl:dfu
     45 ```
     46 
     47 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).