diff options
author | Richard Titmuss <richard.titmuss@gmail.com> | 2020-09-20 02:48:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 17:48:43 -0700 |
commit | e1437c1859b088c4da7ffb517f8034723172cd82 (patch) | |
tree | 9150a41bc34fea8937b2684138e826ead3f04fd2 /keyboards/torn/readme.md | |
parent | 741856dd57735dcd143987eb954ecc4a5ca2fc96 (diff) | |
download | qmk_firmware-e1437c1859b088c4da7ffb517f8034723172cd82.tar.gz qmk_firmware-e1437c1859b088c4da7ffb517f8034723172cd82.zip |
[Keyboard] Add Torn keyboard (#10207)
* Add Torn keyboard
* Apply suggestions from code review
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove via json file
* Add mcp23081_pin_t
* Apply suggestions from code review
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Richard Titmuss <richardt@spotify.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/torn/readme.md')
-rw-r--r-- | keyboards/torn/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/torn/readme.md b/keyboards/torn/readme.md new file mode 100644 index 0000000000..ffe9a2d9c2 --- /dev/null +++ b/keyboards/torn/readme.md @@ -0,0 +1,21 @@ +# TORN// Split Through Hole + +![torn](https://raw.githubusercontent.com/rtitmuss/torn/master/doc/img/torn.jpg) + +The split keyboard kit made by through hole components only. + +The design has been inspired by the Corne, Plaid and Discipline keyboards. + +* Keyboard Maintainer: [rtitmuss](https://github.com/rtitmuss) +* Hardware Supported: TORN, atmega328p +* Hardware Availability: [GitHub](https://github.com/rtitmuss/torn) + +Make example for this keyboard (after setting up your build environment): + + make torn:default + +Flashing example for this keyboard: + + make torn: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). |