Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

[keyboard] mzmkb/slimdash/rev1 #24804

wants to merge 12 commits into from

Conversation

mizma
Copy link

@mizma mizma commented Jan 9, 2025

Description

Add mzmkb/slimdash keyboard to QMK

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

Copy link
Member

@drashna drashna left a 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
Copy link
Member

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

Suggested change
#define MASTER_LEFT // USB-C connects to left half of keyboard

Comment on lines +5 to +15
"audio": false,
"backlight": false,
"bootmagic": false,
"command": false,
"console": false,
"extrakey": true,
"key_lock": false,
"mousekey": true,
"nkro": true,
"rgb_matrix": true,
"rgblight": false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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,

Comment on lines +175 to +176
"layouts": {
"LAYOUT": {
Copy link
Member

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

Suggested change
"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(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[_QWERTY] = LAYOUT(
[_QWERTY] = LAYOUT_ortho_5x14(

* | | | | NOOP | | | | | | | | ← | ↓ | ↑ | → |
* ,----------------------------------------------------------------------------------------------------------------------.
*/
[_GAMEMODE] = LAYOUT(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[_GAMEMODE] = LAYOUT(
[_GAMEMODE] = LAYOUT_ortho_5x14(

* | | | | | | | | | | PENT | | 0 | . | | |
* ,----------------------------------------------------------------------------------------------------------------------.
*/
[_LOWER] = LAYOUT(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[_LOWER] = LAYOUT(
[_LOWER] = LAYOUT_ortho_5x14(

* | | | | | | | | | | | | | | | |
* ,----------------------------------------------------------------------------------------------------------------------.
*/
[_RAISE] = LAYOUT(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[_RAISE] = LAYOUT(
[_RAISE] = LAYOUT_ortho_5x14(

Copy link
Member

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,
Copy link
Member

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.

Suggested change
"enabled": true,

"driver": "vendor"
},
"transport": {
"protocol": "serial",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default behaviour.

Suggested change
"protocol": "serial",

Comment on lines +161 to +164
},
"usb_detect": {
"enabled": true
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default behaviour.

Suggested change
},
"usb_detect": {
"enabled": true
}
}

@@ -0,0 +1,43 @@
# mzmkb/slimdash/rev1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# mzmkb/slimdash/rev1
# Slimdash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants