-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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] Add Zodiark-V2 Split Keyboard #24488
Conversation
Pending new keyboard.json RGB setup.
RGB Matrix keyboard.json update
…into zodiarkv2
"extrakey": true, | ||
"nkro": true, | ||
"oled": 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.
"rgblight": false, |
#define SPLIT_TRANSPORT_MIRROR | ||
|
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 in keyboard.json
under split.transport.sync.matrix_state
.
#define SPLIT_TRANSPORT_MIRROR |
"watchdog": true | ||
}, | ||
"bootmagic": { | ||
"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.
"enabled": true, |
"rgblight": { | ||
"led_count": 88, | ||
"split": true, | ||
"split_count": [44, 44] | ||
}, |
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 little point having RGB-Light configuration when RGB Matrix should be used for this keyboard.
"rgblight": { | |
"led_count": 88, | |
"split": true, | |
"split_count": [44, 44] | |
}, |
}, | ||
"rgb_matrix": { | ||
"driver": "ws2812", | ||
"led_count": 88, |
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 value is calculated automatically.
"led_count": 88, |
#include "oled.c" | ||
#include "encoder.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.
#include "oled.c" | |
#include "encoder.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.
As above, w.r.t including code. Also, if OLEDs are intended to be installed on this keyboard, this configuration should live at the keyboard level in a zodiarkv2.c
file. That way it OLEDs will work for QMK Configurator users.
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.
As above.
#include "oled.c" | ||
#include "encoder.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.
#include "oled.c" | |
#include "encoder.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.
As above.
Thank you for your contribution! |
Thank you for your contribution! |
Description
Add the Zodiark-V2 dedicated RP2040 keyboard, default and dual Cirque keymaps
Types of Changes
Issues Fixed or Closed by This PR
Checklist