diff options
author | TerryMathews <terry@terrymathews.net> | 2017-11-26 17:54:53 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-26 17:54:53 -0500 |
commit | 53ad7375c7a6279cd289aa50b3fe7d6350f07eda (patch) | |
tree | 7324fdfbb165f14f4cfb41c298e8aa253545ddec /keyboards/tkc1800/README.md | |
parent | 5fd400faa999bdb15240966f6246c4788c438568 (diff) | |
download | firmware-53ad7375c7a6279cd289aa50b3fe7d6350f07eda.tar.gz firmware-53ad7375c7a6279cd289aa50b3fe7d6350f07eda.tar.bz2 firmware-53ad7375c7a6279cd289aa50b3fe7d6350f07eda.zip |
Initial support for TKC1800 PCB (#2062)
* Initial support for TKC1800
* Correct typo
Diffstat (limited to 'keyboards/tkc1800/README.md')
-rw-r--r-- | keyboards/tkc1800/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/tkc1800/README.md b/keyboards/tkc1800/README.md new file mode 100644 index 000000000..7a0528ce3 --- /dev/null +++ b/keyboards/tkc1800/README.md @@ -0,0 +1,18 @@ +The Key Company TKC1800 +=== + +![TKC1800](https://imgur.com/a/Xlttp) + + +The Key Company TKC1800 is a Cherry 1800 form factor replacement PCB utilizing the AT90USB1286 microcontroller. + +Keyboard Maintainer: [Terry Mathews](https://github.com/TerryMathews/) +Hardware Supported: AT90USB1286 +Hardware Availability: Via GB + + +Make example for this keyboard (after setting up your build environment): + + make tkc1800 + +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.
\ No newline at end of file |