|
3 gadi atpakaļ | |
---|---|---|
.. | ||
keymaps | a03aa301de Remove Full Bootmagic (#13846) | 3 gadi atpakaļ |
config.h | 41c50bb653 Change keyboard level include guards to `pragma once` (#14248) | 3 gadi atpakaļ |
frosty_flake.c | b72a1aa3fe Rewrite the Bathroom Epiphanies Frosty Flake matrix and LED handling (#8243) | 5 gadi atpakaļ |
frosty_flake.h | 546f5f2c4f Error log cleanup (#13349) | 4 gadi atpakaļ |
info.json | 4446f86bfd Keyboard: Bpiphany Frosty Flake Refactor, Configurator support and readme cleanup (#4648) | 6 gadi atpakaļ |
matrix.c | b72a1aa3fe Rewrite the Bathroom Epiphanies Frosty Flake matrix and LED handling (#8243) | 5 gadi atpakaļ |
readme.md | 4446f86bfd Keyboard: Bpiphany Frosty Flake Refactor, Configurator support and readme cleanup (#4648) | 6 gadi atpakaļ |
rules.mk | 4b453dca92 Remove MIDI Configuration boilerplate (#11151) | 3 gadi atpakaļ |
This is the firmware for Rev. 20140521 of the Frosty Flake controller by Bathroom Epiphanies, a replacement controller for the Cooler Master Quick Fire Rapid.
The code was adapted from the BathroomEpiphanies TMK Firmware, but has been cleaned up to match the schematic and gone through some minor refactoring for QMK.
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
Hardware Availability: 1upkeyboards
Make example for this keyboard (after setting up your build environment):
104 key default layout:
make bpiphany/frosty_flake:default
To directly flash the frosty_flake after compiling use:
make bpiphany/frosty_flake:default:dfu
87 key tkl layout:
make bpiphany/frosty_flake:tkl:dfu
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.