]> git.donarmstrong.com Git - qmk_firmware.git/commit
adds support for GH60 Satan keyboard (#407)
authorTerryMathews <terry@terrymathews.net>
Tue, 14 Jun 2016 01:59:22 +0000 (21:59 -0400)
committerJack Humbert <jack.humb@gmail.com>
Tue, 14 Jun 2016 01:59:22 +0000 (21:59 -0400)
commit1c5a6733ff4276b0f4144c4ff768b1ffd4b4ee27
tree13a6e684abf9a4cf11fb3701236874ee6403d2ae
parent498455403e6b891f7ecbce98163ba2b3def25dbb
adds support for GH60 Satan keyboard (#407)

* adds support for GH60 Satan keyboard

ANSI 125 layout, capslock and backlight implemented, support for
WS2812LED strip included

* added Phantom and GH60 Satan to travis
12 files changed:
.travis.yml
keyboard/satan/Makefile [new file with mode: 0644]
keyboard/satan/backlight.c [new file with mode: 0644]
keyboard/satan/config.h [new file with mode: 0644]
keyboard/satan/controller.jpg [new file with mode: 0644]
keyboard/satan/keymaps/default/compiled.hex [new file with mode: 0644]
keyboard/satan/keymaps/default/keymap.c [new file with mode: 0644]
keyboard/satan/led.c [new file with mode: 0644]
keyboard/satan/pinout.txt [new file with mode: 0644]
keyboard/satan/power.jpg [new file with mode: 0644]
keyboard/satan/satan.c [new file with mode: 0644]
keyboard/satan/satan.h [new file with mode: 0644]