]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] TGR Jane v2 (#6361)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 27 Jul 2019 04:49:29 +0000 (21:49 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 27 Jul 2019 04:49:29 +0000 (21:49 -0700)
commit2367e3e1fd6e5b93fe998399befa26d4de6a93ab
treece87bf4818bd697c55d6dad09458327111c249e3
parent0bd03150e5952978e0a7044dcfea1bb617c2390d
[Keyboard] TGR Jane v2 (#6361)

* initial commit TGR Jane

* lighting support

* use the default keymap lifted from community layouts for LAYOUT_tkl_ansi

* add information regarding reset key, hardware supported, and hardware availability

* document that it supports v1.1 as well thanks to nickheller's confirmation

* update some verbage in the readme

* add QMK Configurator support

* establish switch matrix for three main layouts

* add community layout support

* readme fixes

* Update keyboards/tgr/jane/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/tgr/jane/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/tgr/jane/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
keyboards/tgr/jane/config.h [new file with mode: 0644]
keyboards/tgr/jane/info.json [new file with mode: 0644]
keyboards/tgr/jane/jane.c [new file with mode: 0644]
keyboards/tgr/jane/jane.h [new file with mode: 0644]
keyboards/tgr/jane/keymaps/default/config.h [new file with mode: 0644]
keyboards/tgr/jane/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/tgr/jane/keymaps/default/readme.md [new file with mode: 0644]
keyboards/tgr/jane/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/tgr/jane/readme.md [new file with mode: 0644]
keyboards/tgr/jane/rules.mk [new file with mode: 0644]
keyboards/tgr/jane/usbconfig.h [new file with mode: 0644]