diff options
author | Merlin04 <Merlin04@users.noreply.github.com> | 2018-07-21 12:14:32 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-21 12:14:32 -0700 |
commit | 3fc5a05d663ae2ea960e16fa16e976f9dd70b0f2 (patch) | |
tree | 40d8ce346fe59f41e1cca3f609735fc6a2cd50da /keyboards/fractal/readme.md | |
parent | 1147fc24adfe22eac6e67f9d7f0f1184f358f141 (diff) |
Keyboard: Added support for the Fractal keyboard (#3457)
* Added support for the Fractal keyboard
* Try to fix the issue
* Add support for the Fractal keyboard.
* Fix errors with files
Diffstat (limited to 'keyboards/fractal/readme.md')
-rw-r--r-- | keyboards/fractal/readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fractal/readme.md b/keyboards/fractal/readme.md new file mode 100644 index 0000000000..1bb41cf7ff --- /dev/null +++ b/keyboards/fractal/readme.md @@ -0,0 +1,14 @@ +Fractal +=== + +The Fractal keyboard has a layout inspired by keyboards such as Preonic and JJ50. It aims to deliver a good quality but affordable keyboard. It supports Alps and MX switches and uses a Pro Micro as the controller. + +Keyboard Maintainer: The QMK Community +Hardware Supported: Fractal +Hardware Availability: [KeyPCB](https://keypcb.bigcartel.com/product/fractal-keyboard-group-buy) + +Make example for this keyboard (after setting up your build environment): + + make fractal:default + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. |