-
-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Adding TGR Tris/Tris CE Numpad #9139
Conversation
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Joel Challis <[email protected]>
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.
have you tested ae2d683 against hardware? moving k43
in the bottom part of the layout macro is only required if that is its row and col, to which it previously was not. If so, it should be renamed to k53
.
Yes, I have tested before the commit and it works properly. It is correctly named as |
If it works as it is in the repo right now, then the naming is wrong. You either need to:
1 or 2, not what is in this PR right now |
This reverts commit ae2d683.
Ah, I see. Sorry for the confusion. I have reverted ae2d683 and tested the firmware, all normal. |
Thanks! |
* upstream/master: (800 commits) Fix crkbd slave matrix print to require debug_matrix (qmk#9217) Keyboards/zsa updates (qmk#9214) Community layout support for KBDpad Mk.I (qmk#9220) Fix projectkb/alice LED indicator (qmk#9226) RSTHD keymap for Minidox (qmk#9178) Fix running qmk info without any arguments (qmk#9218) [Keymap] Update yttyx Planck keymap (qmk#9191) Documentation for keymap_extras (qmk#9194) Adding TGR Tris/Tris CE Numpad (qmk#9139) ISSI driver compile error fix (qmk#9169) Fix the path for generated keymaps (qmk#9213) Fix compiling json files (qmk#9210) [CLI] Add a subcommand for getting information about a keyboard (qmk#8666) [Keymap] Contributing Home-Row-Centric-Mousekey Layout (qmk#9195) CLI: fix `json2c` subcommand and add/fix tests (qmk#9206) [Keymap] Ported ok60 to via (qmk#9179) [Docs] Japanese translation of docs/feature_pointing_device.md (qmk#8993) [Keymap] Niu keymap and README update (qmk#9190) [Keyboard] Add Key 65 by Fox Lab (qmk#9116) [Keymap] update helix/rev2:yshrsmz keymap (qmk#9047) ...
* Add TGR Tris * Update readme.md * Update rules.mk * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Joel Challis <[email protected]> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Joel Challis <[email protected]> * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/tris.h Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/info.json Co-authored-by: Joel Challis <[email protected]> * update formatting * Revert "update formatting" This reverts commit ae2d683. Co-authored-by: Joel Challis <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
* Add TGR Tris * Update readme.md * Update rules.mk * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Joel Challis <[email protected]> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Joel Challis <[email protected]> * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/tris.h Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/info.json Co-authored-by: Joel Challis <[email protected]> * update formatting * Revert "update formatting" This reverts commit ae2d683. Co-authored-by: Joel Challis <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
* Add TGR Tris * Update readme.md * Update rules.mk * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Joel Challis <[email protected]> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Joel Challis <[email protected]> * Update keyboards/tgr/tris/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/tris.h Co-authored-by: Drashna Jaelre <[email protected]> * Update keyboards/tgr/tris/info.json Co-authored-by: Joel Challis <[email protected]> * update formatting * Revert "update formatting" This reverts commit ae2d683. Co-authored-by: Joel Challis <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
Description
Adding TGR Tris/Tris CE Numpad (including VIA support)
Types of Changes
Checklist