-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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 Icebreaker keyboard #24723
base: develop
Are you sure you want to change the base?
Add Icebreaker keyboard #24723
Conversation
Co-authored-by: jack <[email protected]>
Co-authored-by: jack <[email protected]>
…mk_firmware into dev_icebreaker_rf
Co-authored-by: Ryan <[email protected]>
@@ -0,0 +1,240 @@ | |||
{ | |||
"manufacturer": "Serene Studio", | |||
"keyboard_name": "Serene Industries - Icebreaker HS", |
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.
"keyboard_name": "Serene Industries - Icebreaker HS", | |
"keyboard_name": "Icebreaker HS", |
{"matrix": [0, 13], "x": 13, "y": 0}, | ||
{"matrix": [2, 13], "x": 14, "y": 0}, | ||
{"matrix": [0, 14], "x": 15, "y": 0}, | ||
{"label": "encoder", "matrix": [3, 1], "x": 16, "y": 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.
{"label": "encoder", "matrix": [3, 1], "x": 16, "y": 0}, | |
{"label": "encoder", "matrix": [3, 1], "x": 16, "y": 0, "encoder": 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.
} | |
} | |
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[1] = { ENCODER_CCW_CW(RM_SATD, RM_SATU) }, | ||
}; | ||
#endif |
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.
#endif | |
#endif | |
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | ||
[1] = { ENCODER_CCW_CW(RM_SATD, RM_SATU) }, |
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.
Nit:
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | |
[1] = { ENCODER_CCW_CW(RM_SATD, RM_SATU) }, | |
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, | |
[1] = { ENCODER_CCW_CW(RM_SATD, RM_SATU) }, |
@@ -0,0 +1 @@ | |||
ENCODER_MAP_ENABLE = yes |
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.
ENCODER_MAP_ENABLE = yes | |
ENCODER_MAP_ENABLE = yes | |
Description
Addition of the Icebreaker, 65% PCB featuring encoder and per-key RGB.
Types of Changes
Issues Fixed or Closed by This PR
Checklist