]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Added TGR Alice keyboard support (#4896)
authorFelipe Coury <felipe.coury@gmail.com>
Mon, 21 Jan 2019 19:44:41 +0000 (17:44 -0200)
committerDrashna Jaelre <drashna@live.com>
Mon, 21 Jan 2019 19:44:41 +0000 (11:44 -0800)
commit2cc674c24daec5e7a775bba16a007faa7d440f9a
tree3d0dbf232de945c8b76531403b35c5ae5f63b4d4
parent4822ad6be194f416f6c95c468e26197dd442ac52
[Keyboard] Added TGR Alice keyboard support (#4896)

* Added TGR Alice keyboard support

This keyboard uses ps2avrGB firmware, so I used the same matrix
Bootmapper Client was using and was able to flash it appropriately.

* Refactor alice to use QMK core

* Fixed markdown line breaks on TGR Alice readme
keyboards/alice/alice.c [new file with mode: 0644]
keyboards/alice/alice.h [new file with mode: 0644]
keyboards/alice/config.h [new file with mode: 0644]
keyboards/alice/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/alice/keymaps/mrkeebs/keymap.c [new file with mode: 0644]
keyboards/alice/program [new file with mode: 0755]
keyboards/alice/readme.md [new file with mode: 0644]
keyboards/alice/rules.mk [new file with mode: 0644]
keyboards/alice/usbconfig.h [new file with mode: 0644]