]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] E7-V1 keyboard support (#4965)
authorBrice Figureau <brice-puppet@daysofwonder.com>
Tue, 29 Jan 2019 01:05:43 +0000 (02:05 +0100)
committerDrashna Jaelre <drashna@live.com>
Tue, 29 Jan 2019 01:05:43 +0000 (17:05 -0800)
commit03d9e3fe799ff70bba2c30b3cc160811c363dce6
tree3a2d30bc82a4c7380584b8c82254b7469c0c5af4
parentdf251d7a1387390383f12b3ff31d71d7e3de5a42
[Keyboard] E7-V1 keyboard support (#4965)

* Add the e7-v1 keyboard

The e7-v1 is a 75% keyboard made by Exclusive based on an Atmega32u4
pub with RGB lights on top and backlighting.

This PR add supports for the regular ANSI layout and ANSI split
backspace layout. No ISO yet :(

* My e7-v1 keymap

Difference from base layout:
 * split backspace
 * Home & End on last keys of row 0 instead of Insert/Del
 * Fn is on the End key when hold
 * supports both a windows/linux keymap and osx keymap
 * layer change is reflected in the rgb leds of the logo
keyboards/e7v1/config.h [new file with mode: 0644]
keyboards/e7v1/e7v1.c [new file with mode: 0644]
keyboards/e7v1/e7v1.h [new file with mode: 0644]
keyboards/e7v1/keymaps/ansi_splitbs/keymap.c [new file with mode: 0644]
keyboards/e7v1/keymaps/ansi_splitbs/readme.md [new file with mode: 0644]
keyboards/e7v1/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/e7v1/keymaps/default/readme.md [new file with mode: 0644]
keyboards/e7v1/keymaps/masterzen/keymap.c [new file with mode: 0644]
keyboards/e7v1/keymaps/masterzen/readme.md [new file with mode: 0644]
keyboards/e7v1/readme.md [new file with mode: 0644]
keyboards/e7v1/rules.mk [new file with mode: 0644]