Add keyboard Polygon#26119
Open
Rotwitt wants to merge 83 commits intoqmk:masterfrom
Open
Conversation
- url, vid, pid and device version - Added the iso layout in info.json - Also moved encoder settings from rules.mk into info.json - The new settings haven't been tested yet but pass the lint check - Enabled bootmagic
Updated info.json with the following:
- Manufacturer
- Encoder designations
removed driver address 2 from the config.h of ansi
O
Updated encoder functions to bool from void and returned false;
TODO:
- do the same ISO config.h
- Figure out what's going on with 65 LED limit of the LED Driver --\_('_')_/--
- went from 43 -> 45 insted of 44 in the LED layout
This reverts commit 4c41017.
Approved Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
This reverts commit dda1bf2.
…firmware into polygon65-dev-build
drashna
requested changes
Apr 6, 2026
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
drashna
requested changes
Apr 7, 2026
| "rgb_matrix": true | ||
| }, | ||
| "layouts": { | ||
| "LAYOUT_65_ansi": { |
Member
There was a problem hiding this comment.
This looks to match the 64_ansi layout?
| "rows": ["B0","B1","B2","B3","B7"] | ||
| }, | ||
| "layouts": { | ||
| "LAYOUT_65_iso": { |
Member
There was a problem hiding this comment.
looks to match the 64_iso layout
Member
There was a problem hiding this comment.
It looks to match the community layout, which you can find under /layouts/default/64_(ansi|iso). If so, having the name match, and community layout support added would be preferred.
Author
There was a problem hiding this comment.
This layout uses an encoder as well as a cluster of keys to the right of the arrow keys. Added ASCII keyboard layout for improved layout clarity
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add Polygon to the QMK master branch.
Updated keyboard to support info.json for both electrical layouts
Please note that ansi and iso are two distinct PCBs and are not layouts on the same PCB, thus the separate keyboards.
Types of Changes
Issues Fixed or Closed by This PR
None
Checklist