-
-
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
[keyboard] mzmkb/slimdash/rev1 #24804
base: master
Are you sure you want to change the base?
Conversation
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, are you planning on having multiple revisions of the board? If not, then the rev1 folder can/should be merged into the parent folder.
#define SERIAL_USART_RX_PIN GP18 // USART RX pin | ||
#define SERIAL_PIO_USE_PIO1 // Use PIO1 as PIO0 is used for WS2812 driver | ||
|
||
#define MASTER_LEFT // USB-C connects to left half of keyboard |
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 is the default behavior and doesn't need to be defined
#define MASTER_LEFT // USB-C connects to left half of keyboard |
"audio": false, | ||
"backlight": false, | ||
"bootmagic": false, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"key_lock": false, | ||
"mousekey": true, | ||
"nkro": true, | ||
"rgb_matrix": true, | ||
"rgblight": false |
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.
"audio": false, | |
"backlight": false, | |
"bootmagic": false, | |
"command": false, | |
"console": false, | |
"extrakey": true, | |
"key_lock": false, | |
"mousekey": true, | |
"nkro": true, | |
"rgb_matrix": true, | |
"rgblight": false | |
"extrakey": true, | |
"mousekey": true, | |
"nkro": true, | |
"rgb_matrix": true, |
"layouts": { | ||
"LAYOUT": { |
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.
Since this looks to use a 5x14 ortho layout
"layouts": { | |
"LAYOUT": { | |
"community_layouts": [ "ortho_5x14" ], | |
"layouts": { | |
"LAYOUT_ortho_5x14": { |
* | RM_DN| RM_UP| GAMEM| GUI | Lower| Space| LSFT | | RCTL | Enter| Raise| HOME | END |PageUp|PageDn| | ||
* ,----------------------------------------------------------------------------------------------------------------------. | ||
*/ | ||
[_QWERTY] = LAYOUT( |
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.
[_QWERTY] = LAYOUT( | |
[_QWERTY] = LAYOUT_ortho_5x14( |
* | | | | NOOP | | | | | | | | ← | ↓ | ↑ | → | | ||
* ,----------------------------------------------------------------------------------------------------------------------. | ||
*/ | ||
[_GAMEMODE] = LAYOUT( |
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.
[_GAMEMODE] = LAYOUT( | |
[_GAMEMODE] = LAYOUT_ortho_5x14( |
* | | | | | | | | | | PENT | | 0 | . | | | | ||
* ,----------------------------------------------------------------------------------------------------------------------. | ||
*/ | ||
[_LOWER] = LAYOUT( |
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.
[_LOWER] = LAYOUT( | |
[_LOWER] = LAYOUT_ortho_5x14( |
* | | | | | | | | | | | | | | | | | ||
* ,----------------------------------------------------------------------------------------------------------------------. | ||
*/ | ||
[_RAISE] = LAYOUT( |
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.
[_RAISE] = LAYOUT( | |
[_RAISE] = LAYOUT_ortho_5x14( |
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.
"split_count": [35, 35] | ||
}, | ||
"split": { | ||
"enabled": true, |
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.
Already enabled at the top level.
"enabled": true, |
"driver": "vendor" | ||
}, | ||
"transport": { | ||
"protocol": "serial", |
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.
Default behaviour.
"protocol": "serial", |
}, | ||
"usb_detect": { | ||
"enabled": true | ||
} |
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.
Default behaviour.
}, | |
"usb_detect": { | |
"enabled": true | |
} | |
} |
@@ -0,0 +1,43 @@ | |||
# mzmkb/slimdash/rev1 |
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.
# mzmkb/slimdash/rev1 | |
# Slimdash |
Description
Add mzmkb/slimdash keyboard to QMK
Types of Changes
Issues Fixed or Closed by This PR
Checklist