49d8f1c5ed
* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware * Fix terminus_mini & nyquist/DivergeJM readme files Previously an outdated copy of the default readme. Updated to match the Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout) * Update makefiles to rules.mk Renamed both Makefiles to rules.mk, removed references to makefiles * Updated rules.mk Inadvertantly removed important code from the rules.mk in previous commit. This has been restored. Also disabled Tap_Dance in both rules.mk files * Moved terminus_mini to handwired Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired. * New Frosty Flake layout for QFR TKL Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality. * README fix & keymap update for 3 keyboards Fixed the markdown for the handwired/terminus_mini:default, Nyqyist:DivergeJM & frosty_flake:QFR_JM. Added TAPPING_TERM = 150 to config.h for all keyboards Switched LT(LOWER) and LAlt on the mod row for ortholinear boards. * Update readme for QFR_JM to include make instructions * Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware" This reverts commit |
||
---|---|---|
.. | ||
keymaps | ||
config.h | ||
frosty_flake.c | ||
frosty_flake.h | ||
matrix.c | ||
readme.md | ||
rules.mk |
Frosty Flake Controller
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.
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
Hardware Availability: https://1upkeyboards.com/qfr-frosty-flake-controller.html
Make example for this keyboard (after setting up your build environment):
104 key default layout:
make frosty_flake:default
To directly flash the frosty_flake after compiling use
make frosty_flake:default:dfu
87 key tkl layout:
make frosty_flake:tkl:dfu
See build environment setup then the make instructions for more information.