-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 Matrimony Keyboard #19383
Add Matrimony Keyboard #19383
Conversation
adding layout information Co-authored-by: jack <0x6a73@protonmail.com>
add enum Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Add Keychron S1 (qmk#19378)
added changes given in pull request
Changes are added! |
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Fixed! Thanks to everyone for their input! |
adding comments Co-authored-by: Ryan <fauxpark@gmail.com>
Thank you for your contribution! |
/* key matrix size */ | ||
// Rows are doubled-up | ||
#define MATRIX_ROWS 10 | ||
#define MATRIX_COLS 13 | ||
|
||
|
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.
/* key matrix size */ | |
// Rows are doubled-up | |
#define MATRIX_ROWS 10 | |
#define MATRIX_COLS 13 |
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.
These lines are required for my keyboard to work I think, I tried flashing without, and it doesn't work.
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.
See #19581
// Set 0 if debouncing isn't needed | ||
#define DEBOUNCE 5 |
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.
// Set 0 if debouncing isn't needed | |
#define DEBOUNCE 5 |
# MCU name | ||
MCU = atmega32u4 | ||
|
||
# Bootloader selection | ||
BOOTLOADER = atmel-dfu | ||
|
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.
# MCU name | |
MCU = atmega32u4 | |
# Bootloader selection | |
BOOTLOADER = atmel-dfu |
"vid": "0xFEED", | ||
"pid": "0x0001", | ||
"device_version": "1.0.0" | ||
}, |
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.
}, | |
}, | |
"processor": "atmega32u4", | |
"bootloader": "atmel-dfu", |
Hello, I'm curious as to what changes are needed for this merge to be approved. |
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.
Fauxpark's suggestions also need applying.
|
||
* Bootmagic reset: For the left side, hold down the top-left key and plug in the keyboard. For the right side, hold down the top right key and plug in the keyboard. | ||
* Physical reset button: Briefly press the button on the Elite-C | ||
|
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.
Make example for this keyboard (after setting up your build environment): | |
make matrimony:default | |
Flashing example for this keyboard: | |
make matrimony:default:flash | |
@@ -0,0 +1 @@ | |||
# The default keymap for matrimony |
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.
This file should be removed.
Thank you for your contribution! |
Thank you for your contribution! |
Description
Adding the Matrimony Keyboard, which was sold in a group buy created by u/solciona on Reddit.
Types of Changes
Issues Fixed or Closed by This PR
Checklist