]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for S7 Elephant (#4511)
authorErovia <Erovia@users.noreply.github.com>
Sat, 1 Dec 2018 16:57:30 +0000 (17:57 +0100)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 1 Dec 2018 16:57:30 +0000 (08:57 -0800)
commit0b0c98929b7d9375661a101740f2b1be8ca3e0fc
treea1720749ad9a6239f9da0b981f192ba3b3ea6553
parent75a51659abfbc68874f2e9326f0adf1258fc5458
Add support for S7 Elephant (#4511)

* Add support for S7 Elephant

A high-end 70% custom keyboard designed and produced by jacky from Geekhack.

* Polish S7 Elephant code

Implement drashna's suggestions:

- specify bootloader
- remove unnecessary defines
- use led_set_user() for LED logic

* Correct info.json and s7_elephant.h

Correct info.json and s7_elepant.h to follow QMK convention and fix a
missing curly bracket.
keyboards/s7_elephant/config.h [new file with mode: 0644]
keyboards/s7_elephant/info.json [new file with mode: 0644]
keyboards/s7_elephant/keymaps/default/config.h [new file with mode: 0644]
keyboards/s7_elephant/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/s7_elephant/keymaps/default/readme.md [new file with mode: 0644]
keyboards/s7_elephant/readme.md [new file with mode: 0644]
keyboards/s7_elephant/rules.mk [new file with mode: 0644]
keyboards/s7_elephant/s7_elephant.c [new file with mode: 0644]
keyboards/s7_elephant/s7_elephant.h [new file with mode: 0644]