diff options
author | Nick Brassel <nick@tzarc.org> | 2021-11-28 05:52:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 05:52:17 +1100 |
commit | e156d5c13b52be03d7b4db081b8000a7c93f7dfe (patch) | |
tree | 1ef3cbd40e7bc5c0417ab6bab2492d804340a308 /keyboards/tgr/jane/v2/readme.md | |
parent | 0e6548303d85103feb8620836f51bc4f506c743f (diff) | |
download | qmk_firmware-e156d5c13b52be03d7b4db081b8000a7c93f7dfe.tar.gz qmk_firmware-e156d5c13b52be03d7b4db081b8000a7c93f7dfe.zip |
Fix build. (#15322)
Diffstat (limited to 'keyboards/tgr/jane/v2/readme.md')
-rw-r--r-- | keyboards/tgr/jane/v2/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/tgr/jane/v2/readme.md b/keyboards/tgr/jane/v2/readme.md new file mode 100644 index 0000000000..5c5a2d92d3 --- /dev/null +++ b/keyboards/tgr/jane/v2/readme.md @@ -0,0 +1,19 @@ +# Jane v2 + +TKL Custom Keyboard. + +* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) +* Hardware Supported: TGR Jane (Pontoporia) PCB v1.1, v1.2 +* Hardware Availability: [Geekhack Group Buy](https://geekhack.org/index.php?topic=97552.1200) + +Make example for this keyboard (after setting up your build environment): + + make tgr/jane:default + +Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid)) + + make tgr/jane:default:flash + +**Reset Key**: Hold down the key located at *K00*, commonly programmed as *Esc* while plugging in the keyboard. + +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). |