diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-11-14 10:52:55 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-14 10:52:55 -0800 |
commit | 44df08746a97d7177a9ad918e4d5da3a5cf437d3 (patch) | |
tree | 2c7f6124aacc517753f34e83dcb22f83f255b43f /keyboards/tg4x/readme.md | |
parent | 661462218b54044bb41a55be70df2c2d2ac25242 (diff) | |
download | qmk_firmware-44df08746a97d7177a9ad918e4d5da3a5cf437d3.tar.gz qmk_firmware-44df08746a97d7177a9ad918e4d5da3a5cf437d3.zip |
[Keyboard] Add TG4x (#7351)
* initial commit
* add pins and matrix
* add an appropriate keymap
* set bootloader to caterina
* add QMK Configurator support
* turn on RGB and link time optimization
* add rgb pin
* update readme on rgb underglow info
* Update keyboards/tg4x/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/tg4x/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/tg4x/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* setting product id to 1 to match original code
Diffstat (limited to 'keyboards/tg4x/readme.md')
-rw-r--r-- | keyboards/tg4x/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/tg4x/readme.md b/keyboards/tg4x/readme.md new file mode 100644 index 0000000000..b1ce799512 --- /dev/null +++ b/keyboards/tg4x/readme.md @@ -0,0 +1,17 @@ +# TG4x v2.1 + +40% sandwich keyboard driven by a pro micro. + +For more info please refer to [MythosMann's Github](www.github.com/MythosMann/tg4x). + +* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) +* Hardware Supported: TG4x v2.1 PCB +* Hardware Availability: [Geekhack](https://geekhack.org/index.php?topic=99163.0) + +If soldering in a RGB underglow strip, please use pin D2, the pin labeled RXI on the pro micro. + +Make example for this keyboard (after setting up your build environment): + + make tg4x:default + +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). |