-
-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Add support for KBD8X MKII #6033
Conversation
|
||
![Photo](https://cdn.shopify.com/s/files/1/1473/3902/products/9_e4262f46-0d69-4c6c-9cc6-b88a3e2483d7_1800x1800.jpg) | ||
|
||
A fairly typical TKL |
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.
lol fairly typical
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.
also, it doesn't quite match the tkl_ansi
layout we have. :(
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
NKRO_ENABLE = yes # USB Nkey Rollover | ||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default | ||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
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.
I see that you have pins defined for this and setting this enabled makes total sense. However, the board itself doesn't seem to have any translucent areas that would make use of this underglow. Please correct me if I'm wrong. Nothing to really change here, just me curious.
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.
The PCB has built-in RGB underglow LEDs, which take advantage of the option of polycarbonate bottoms.
For aluminum-bottomed builds, it will be useless.
Co-Authored-By: Elliot Powell <[email protected]> Co-Authored-By: MechMerlin <[email protected]>
Thanks! |
* Begin work * Make things a tad easier to read * Fix spacing * Get things compiling * Build a variety of generic keymaps * Correct RGB pin * Add configurator json * Apply suggestions from code review Co-Authored-By: Elliot Powell <[email protected]> Co-Authored-By: MechMerlin <[email protected]>
* Begin work * Make things a tad easier to read * Fix spacing * Get things compiling * Build a variety of generic keymaps * Correct RGB pin * Add configurator json * Apply suggestions from code review Co-Authored-By: Elliot Powell <[email protected]> Co-Authored-By: MechMerlin <[email protected]>
* Begin work * Make things a tad easier to read * Fix spacing * Get things compiling * Build a variety of generic keymaps * Correct RGB pin * Add configurator json * Apply suggestions from code review Co-Authored-By: Elliot Powell <[email protected]> Co-Authored-By: MechMerlin <[email protected]>
* Begin work * Make things a tad easier to read * Fix spacing * Get things compiling * Build a variety of generic keymaps * Correct RGB pin * Add configurator json * Apply suggestions from code review Co-Authored-By: Elliot Powell <[email protected]> Co-Authored-By: MechMerlin <[email protected]>
Description
Adds support for the KBD8X MKII keyboard.
Types of Changes
Issues Fixed or Closed by This PR
Checklist