-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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 keyboard] add glyphkbd_v2 #23131
Conversation
Co-authored-by: jack <[email protected]>
Co-authored-by: jack <[email protected]>
I'm sorry if I'm just being extremely nooby, but I really don't understand what's going wrong with the lint check. I formatted info.json using qmk format-json and comitted what it spat out, but the check is still failing. And I understand even less why lint check is failing for readme.md. |
Lint probably complains about the CRLF line endings in those files (the repository is supposed to use the LF line endings, but Windows tools often mess that up). |
Hmm yeah it might be something like that. Is it weird that qmk lint -kb galile0/glyphkbd_v2 passes when i run it locally? Should it not be the same? |
This was definitely the issue, thanks. Still, I find it weird that Lint is totally fine with CRLF when I run it locally, |
Co-authored-by: jack <[email protected]>
Co-authored-by: jack <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
* upstream/master: (40 commits) [Keyboard] Add marshkeys flowerpad (qmk#23240) Add TechnicPad macropad (qmk#23238) Add handwired/Jotlily60 (qmk#23212) Add the EQUATOR keyboard (qmk#23237) Support for slice65 from PizzaKeyboards (qmk#23148) Add Swiss support (qmk#23272) Assume only 32u4 boards can run 'promicro' converters (qmk#23312) Add Macropad 6Pad (qmk#23099) Fix invalid use of stemcell converter (qmk#23317) Updates to PR Checklist (qmk#23318) [Keyboard] Add posey_split v4/v5 (qmk#23258) Added WT65-H3 (HIBI HIBIKI) (qmk#22886) Added WT65-G3 (HIBI HIBIKI) (qmk#22888) Modify wording in 'getting_started_introduction.md' (qmk#23232) Bump tj-actions/changed-files from 42 to 43 (qmk#23282) AMJKeyboard AMJ96 Layout Additions (qmk#23267) Fixup cipulot eeprom. (qmk#23280) Update feature_tri_layer.md - typo (qmk#23275) [Keyboard] add glyphkbd_v2 (qmk#23131) Add support new kb_elmo PCBs (qmk#23138) ...
Co-authored-by: jack <[email protected]> Co-authored-by: Ryan <[email protected]>
Co-authored-by: jack <[email protected]> Co-authored-by: Ryan <[email protected]>
Co-authored-by: jack <[email protected]> Co-authored-by: Ryan <[email protected]>
Co-authored-by: jack <[email protected]> Co-authored-by: Ryan <[email protected]>
Description
5x13 ortholinear keyboard with TKL nav and arrow clusters. Was previously a handwire build but now for v2 i have STM32F072 PCBs running QMK with VIA compat as well. This PR is to put it into qmk master
Types of Changes
Issues Fixed or Closed by This PR
Checklist