diff options
author | TerryMathews <terry@terrymathews.net> | 2020-12-02 14:23:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 19:23:45 +0000 |
commit | 2989f9ce2beb41e7796b4ba0cafc481734b3f024 (patch) | |
tree | 015443cbe779aecdd68487e477602758fb213d74 /keyboards/tkc/tkl_ab87/readme.md | |
parent | bcab02b654a5772d0ffe7d0a81f4284e84bd8117 (diff) |
TKC TKL_A/B87: Initial support (#10943)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/tkc/tkl_ab87/readme.md')
-rw-r--r-- | keyboards/tkc/tkl_ab87/readme.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/tkc/tkl_ab87/readme.md b/keyboards/tkc/tkl_ab87/readme.md new file mode 100644 index 0000000000..e91380cab5 --- /dev/null +++ b/keyboards/tkc/tkl_ab87/readme.md @@ -0,0 +1,27 @@ +# TKC TKL A/B87 + +![Photo](https://i.imgur.com/BRHfEbHl.jpg) + +A fairly typical TKL + +* Keyboard Maintainer: [TerryMathews](https://github.com/TerryMathews) +* Hardware Supported: TKC TKL A/B87 PCB +* Hardware Availability: TBA + + +Reset board in one of two ways: + + 1) Short reset header to right of up arrow key +![Photo](https://i.imgur.com/S01CTTGl.jpg) + + 2) Hold down Esc key while plugging in USB-C + +Make example for this keyboard (after setting up your build environment): + + make tkc/tkl_ab87:default + +Flashing example for this keyboard: + + make tkc/tkl_ab87:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |