-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
New Keyboard: HexBoard #22493
base: develop
Are you sure you want to change the base?
New Keyboard: HexBoard #22493
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.
Code should not be duplicated where possible. eg.
hexboard
├── 1_1 # configuration that only applies to 1_1 hardware
│ ├── info.json
│ └── rules.mk
├── dev # configuration that only applies to dev hardware
│ ├── info.json
│ └── rules.mk
├── hexboard.c # code that applies to both revisions (eg. oled)
├── info.json # configuration that applies to both models
└── keymaps
└── default
Also, since OLEDs are enabled at the keyboard level, there needs to exist some keyboard level code to display something on them.
There are also compilation issues with the |
4a781b4
to
f292126
Compare
678bf10
to
79d64b0
Compare
Thank you for your contribution! |
Thank you for your contribution! |
(will this ever get merged?)
|
Mostly, it's waiting on a second review, and I've flagged it as awaiting review to help with that. |
57ec1b3
to
aad73ac
Compare
Added a new keyboard (with two revisions and two keymaps)
Description
The HexBoard is a MIDI Controller, but it also doubles as a 120% keyboard. Its default firmware focuses on the experience for musicians, but by running QMK firmware, it can be customized for all kinds of experiences.
Types of Changes
Issues Fixed or Closed by This PR
Checklist
:flash
command for RP2040-based boards?