]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add TG4x (#7351)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 14 Nov 2019 18:52:55 +0000 (10:52 -0800)
committerDrashna Jaelre <drashna@live.com>
Thu, 14 Nov 2019 18:52:55 +0000 (10:52 -0800)
commit44df08746a97d7177a9ad918e4d5da3a5cf437d3
tree2c7f6124aacc517753f34e83dcb22f83f255b43f
parent661462218b54044bb41a55be70df2c2d2ac25242
[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
keyboards/tg4x/config.h [new file with mode: 0644]
keyboards/tg4x/info.json [new file with mode: 0644]
keyboards/tg4x/keymaps/default/config.h [new file with mode: 0644]
keyboards/tg4x/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/tg4x/keymaps/default/readme.md [new file with mode: 0644]
keyboards/tg4x/readme.md [new file with mode: 0644]
keyboards/tg4x/rules.mk [new file with mode: 0644]
keyboards/tg4x/tg4x.c [new file with mode: 0644]
keyboards/tg4x/tg4x.h [new file with mode: 0644]