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

Add Icebreaker keyboard #24723

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

SmollChungus
Copy link
Contributor

Description

Addition of the Icebreaker, 65% PCB featuring encoder and per-key RGB.

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

  • Added support for Icebreaker PCB

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).

keyboards/icebreaker/hotswap/keyboard.json Outdated Show resolved Hide resolved
keyboards/icebreaker/hotswap/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/icebreaker/hotswap/keymaps/default/keymap.c Outdated Show resolved Hide resolved
@waffle87 waffle87 requested a review from a team December 16, 2024 18:29
keyboards/icebreaker/readme.md Outdated Show resolved Hide resolved
@@ -0,0 +1,240 @@
{
"manufacturer": "Serene Studio",
"keyboard_name": "Serene Industries - Icebreaker HS",
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
"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},
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
{"label": "encoder", "matrix": [3, 1], "x": 16, "y": 0},
{"label": "encoder", "matrix": [3, 1], "x": 16, "y": 0, "encoder": 0},

]
}
}
}
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
}
}

[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[1] = { ENCODER_CCW_CW(RM_SATD, RM_SATU) },
};
#endif
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
#endif
#endif

Comment on lines +40 to +41
[0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[1] = { ENCODER_CCW_CW(RM_SATD, RM_SATU) },
Copy link
Member

Choose a reason for hiding this comment

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

Nit:

Suggested change
[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
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
ENCODER_MAP_ENABLE = yes
ENCODER_MAP_ENABLE = yes

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.

4 participants