-
-
Notifications
You must be signed in to change notification settings - Fork 40.6k
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
E7-V1 keyboard support #4965
Conversation
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. |
There was a problem hiding this 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!
Thanks @drashna and @mechmerlin for your comments, I will fix that ASAP (and I should have read the contribution documentation first)... |
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
d6b6f23
to
505d34f
Compare
Hi @drashna and @mechmerlin , I think I've implemented all the requested changes. Thanks for pointing them. Thanks, |
Thanks! |
* 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
* 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
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
Checklist:
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 :)