-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
gBoards BuzzSaw #8923
gBoards BuzzSaw #8923
Conversation
Co-Authored-By: Drashna Jaelre <[email protected]>
Co-Authored-By: Drashna Jaelre <[email protected]>
Thank you for your contribution! |
What's holding this back? |
Mostly the lack of resources to review PRs. But from a quick glance, I'd recommend the same things as I did for #8928.
Btw, this is a new (to QMK) board, right? |
#define DEVICE_VER 0x0001 | ||
#define MANUFACTURER g Heavy Industries | ||
#define PRODUCT BuzzSaw | ||
#define DESCRIPTION Crouching Alice, Hidden Gergo |
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.
#define DESCRIPTION Crouching Alice, Hidden Gergo |
#define LAYOUT_buzzsaw(N00, N01, N02, N03, N04, N05, N06, N07, N08, N09, N10, N11, N12, N13, N14, A01, L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, R06, R07, A02, L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, R16, A03, L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, K00, L30, L31, L32, L33, R30, R31, K01, K02, K03) \ | ||
{ \ | ||
{N06, KC_NO, KC_NO, KC_NO, KC_NO}, {N05, L05, L15, L25, KC_NO}, {N04, L04, L14, L24, KC_NO}, {N03, L03, L13, L23, L33}, {N02, L02, L12, L22, L32}, {N01, L01, L11, L21, L31}, {N00, L00, L10, L20, L30}, \ | ||
\ | ||
{N07, R00, R10, R20, R30}, {N08, R01, R11, R21, R31}, {N09, R02, R12, R22, K01}, {N10, R03, R13, R23, K02}, {N11, R04, R14, R24, K03}, {N12, R05, R15, R25, KC_NO}, {N13, R06, R16, K00, KC_NO}, {N14, R07, A03, KC_NO, KC_NO}, {A01, A02, KC_NO, KC_NO, KC_NO}, \ | ||
} |
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.
#define LAYOUT_buzzsaw(N00, N01, N02, N03, N04, N05, N06, N07, N08, N09, N10, N11, N12, N13, N14, A01, L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, R06, R07, A02, L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, R16, A03, L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, K00, L30, L31, L32, L33, R30, R31, K01, K02, K03) \ | |
{ \ | |
{N06, KC_NO, KC_NO, KC_NO, KC_NO}, {N05, L05, L15, L25, KC_NO}, {N04, L04, L14, L24, KC_NO}, {N03, L03, L13, L23, L33}, {N02, L02, L12, L22, L32}, {N01, L01, L11, L21, L31}, {N00, L00, L10, L20, L30}, \ | |
\ | |
{N07, R00, R10, R20, R30}, {N08, R01, R11, R21, R31}, {N09, R02, R12, R22, K01}, {N10, R03, R13, R23, K02}, {N11, R04, R14, R24, K03}, {N12, R05, R15, R25, KC_NO}, {N13, R06, R16, K00, KC_NO}, {N14, R07, A03, KC_NO, KC_NO}, {A01, A02, KC_NO, KC_NO, KC_NO}, \ | |
} | |
#define LAYOUT_buzzsaw( \ | |
N00, N01, N02, N03, N04, N05, N06, N07, N08, N09, N10, N11, N12, N13, N14, A01, \ | |
L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, R06, R07, A02, \ | |
L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, R16, A03, \ | |
L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, K00, \ | |
L30, L31, L32, L33, R30, R31, K01, K02, K03 \ | |
) { \ | |
{ N06, KC_NO, KC_NO, KC_NO, KC_NO }, \ | |
{ N05, L05, L15, L25, KC_NO }, \ | |
{ N04, L04, L14, L24, KC_NO }, \ | |
{ N03, L03, L13, L23, L33 }, \ | |
{ N02, L02, L12, L22, L32 }, \ | |
{ N01, L01, L11, L21, L31 }, \ | |
{ N00, L00, L10, L20, L30 }, \ | |
\ | |
{ N07, R00, R10, R20, R30 }, \ | |
{ N08, R01, R11, R21, R31 }, \ | |
{ N09, R02, R12, R22, K01 }, \ | |
{ N10, R03, R13, R23, K02 }, \ | |
{ N11, R04, R14, R24, K03 }, \ | |
{ N12, R05, R15, R25, KC_NO }, \ | |
{ N13, R06, R16, K00, KC_NO }, \ | |
{ N14, R07, A03, KC_NO, KC_NO }, \ | |
{ A01, A02, KC_NO, KC_NO, KC_NO } \ | |
} |
1d4c0cd
to
65c27a3
Compare
a1b96ba
to
3430907
Compare
Germ sadly seems to have left the keyboard world for now, I think closing this for now until some other community member has the energy to take this up again is best. |
Part two of the gboards-consolidation project. The Mega PR has been separated out into smaller per-keyboard PRs.
This PR contains a single keyboard as per @zvecr , in this case BuzzSaw. This code was pulled from #8262
Issues Fixed or Closed by This PR