Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E7-V1 keyboard support #4965

Merged
merged 2 commits into from
Jan 29, 2019
Merged

E7-V1 keyboard support #4965

merged 2 commits into from
Jan 29, 2019

Conversation

masterzen
Copy link
Contributor

Description

This change adds Exclusive latest keyboard the E7-V1, a 75% keyboard with an Atmega32U4 MCU, backlight and some rgb leds under the logo.

Types of changes

  • Core
  • Bugfix
  • New Feature
  • Enhancement/Optimization
  • Keyboard (addition or update)
  • Keymap/Layout/Userspace (addition or update)
  • Documentation

Checklist:

  • My code follows the code style of this project (I hope).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document. (https://docs.qmk.fm/#/contributing)
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

I wasn't able to test all the layouts, since I built mine with ANSI split backspace and the keyboard supports ANSI, ISO, split bs, 7u or 6.25 space...

This is my first keyboard contribution, let me know if you have any comments or improvements :)

@drashna
Copy link
Member

drashna commented Jan 28, 2019

Is this board related to the E6 keyboard, at all?

@apocalypsemeow
Copy link

apocalypsemeow commented Jan 28, 2019

Is this board related to the E6 keyboard, at all?

It's the same maker as the E6, Exclusive, but a different board by him.

Copy link
Contributor

@mechmerlin mechmerlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad to see this in! This is such a beautiful board!

@masterzen
Copy link
Contributor Author

Thanks @drashna and @mechmerlin for your comments, I will fix that ASAP (and I should have read the contribution documentation first)...

Brice Figureau added 2 commits January 28, 2019 20:59
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 :(
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
@masterzen
Copy link
Contributor Author

Hi @drashna and @mechmerlin ,

I think I've implemented all the requested changes. Thanks for pointing them.
Let me know if there's anything more I should add/amend.

Thanks,

@drashna
Copy link
Member

drashna commented Jan 29, 2019

Thanks!

@drashna drashna merged commit 03d9e3f into qmk:master Jan 29, 2019
zer09 pushed a commit to zer09/qmk_firmware that referenced this pull request Feb 9, 2019
* 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
dlhextall pushed a commit to dlhextall/qmk_firmware that referenced this pull request May 24, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants