-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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 XD004 macro keyboard #6337
Conversation
Force-pushed to include my actual email address, sorry about that. |
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
// 0: Base Layer | ||
LAYOUT_all(KC_L, KC_O, KC_V, KC_E), |
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.
❤️
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.
That's actually the default layout it shipped with. Mechanical keyboards, spreading the love 😄
Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <[email protected]> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <[email protected]> Remove commented out MCU Co-Authored-By: fauxpark <[email protected]>
Correcting usage of tap_code_16 for modified key, thanks to @drashna
Co-Authored-By: Drashna Jaelre <[email protected]>
Thanks! |
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <[email protected]> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <[email protected]> Remove commented out MCU Co-Authored-By: fauxpark <[email protected]> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <[email protected]>
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <[email protected]> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <[email protected]> Remove commented out MCU Co-Authored-By: fauxpark <[email protected]> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <[email protected]>
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <[email protected]> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <[email protected]> Remove commented out MCU Co-Authored-By: fauxpark <[email protected]> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <[email protected]>
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <[email protected]> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <[email protected]> Remove commented out MCU Co-Authored-By: fauxpark <[email protected]> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <[email protected]>
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <[email protected]> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <[email protected]> Remove commented out MCU Co-Authored-By: fauxpark <[email protected]> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <[email protected]>
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <[email protected]> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <[email protected]> Remove commented out MCU Co-Authored-By: fauxpark <[email protected]> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <[email protected]>
Description
The default TMK firmware for this board seems to favor underglow lighting instead of tap or oneshot actions. This is why this pull request proposes an alternative to fit on the small flash size (12KB) a firmware that does tapping and oneshot and has no RGB lighting support.
Types of Changes
Issues Fixed or Closed by This PR
Checklist
The only warning I get when building is that the firmware just fits in the flash, which I assume can't be helped and is ok: