]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add the E6.5 keyboard (#6693)
authorBrice Figureau <brice@daysofwonder.com>
Tue, 10 Sep 2019 04:42:21 +0000 (06:42 +0200)
committerDrashna Jaelre <drashna@live.com>
Tue, 10 Sep 2019 04:42:21 +0000 (21:42 -0700)
commita88b6db6825c2c577ec203c49a135ca6b85ecb42
tree617c0569c9a3b770dedb6fbf14abd6c44ce2b88f
parent22a7e71fb3fdca2d6c76d5775681bfb288e5f20a
[Keyboard] Add the E6.5 keyboard (#6693)

The E6.5 is the new 65% keyboard made by Exclusive.
This changeset adds its PCB to QMK, including all the bottom row
variants and iso/ansi/split BS layouts.
12 files changed:
keyboards/exclusive/e65/config.h [new file with mode: 0644]
keyboards/exclusive/e65/e65.c [new file with mode: 0644]
keyboards/exclusive/e65/e65.h [new file with mode: 0644]
keyboards/exclusive/e65/info.json [new file with mode: 0644]
keyboards/exclusive/e65/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/exclusive/e65/keymaps/default/readme.md [new file with mode: 0644]
keyboards/exclusive/e65/keymaps/default_iso/keymap.c [new file with mode: 0644]
keyboards/exclusive/e65/keymaps/masterzen/keymap.c [new file with mode: 0644]
keyboards/exclusive/e65/keymaps/masterzen/readme.md [new file with mode: 0644]
keyboards/exclusive/e65/readme.md [new file with mode: 0644]
keyboards/exclusive/e65/rules.mk [new file with mode: 0644]
keyboards/exclusive/readme.md