diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-04-08 19:10:14 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-08 22:10:14 -0400 |
commit | 885f06c6cf3db547533aac406686a4b3e4fb5c80 (patch) | |
tree | 8c79bbd5deab35ed059f44be9bb6f1f48b7ee0cc /keyboards/k_type | |
parent | a33c0949e01b457bb8abc0fead2060d6bf554899 (diff) | |
download | qmk_firmware-885f06c6cf3db547533aac406686a4b3e4fb5c80.tar.gz |
Add readme for "major" keyboards to eliminate more QMK Configurator errors (#2718)
* add readme to ktype keyboard
* add readme to m10a
* add readme to mini1800
* add readme to parent directory
Diffstat (limited to 'keyboards/k_type')
-rw-r--r-- | keyboards/k_type/readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/k_type/readme.md b/keyboards/k_type/readme.md new file mode 100644 index 000000000..ad4dd8ad8 --- /dev/null +++ b/keyboards/k_type/readme.md @@ -0,0 +1,13 @@ +# Input Club K-Type + +Firmware for custom keyboard PCB with TKL Key Layout + +Keyboard Maintainer: [Kaleb Elwert](https://github.com/belak) +Hardware Supported: Input Club K-Type +Hardware Availability: [Input Club](https://input.club/k-type/), [Massdrop](https://www.massdrop.com/buy/massdrop-x-input-club-k-type-mechanical-keyboard?utm_source=linkshare&referer=WJJG5M) + +Make example for this keyboard (after setting up your build environment): + + make k_type: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. |