-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
Create DZ60_Arrows_625u #3115
Create DZ60_Arrows_625u #3115
Conversation
I am building a new DZ60 with this keymap configuration https://jimmyb.ninja/post/1518390250 but couldn't find already designed. This is my first pull request and keyboard configuration. Hopefully I am doing it right!!! I am sure someone will let me know. : )
Hey, I've been working on the still-ongoing addition/cleanup of the keyboard layouts supported by the Configurator. There's a couple issues here, but I'll drop this line to you to hopefully point you in the right direction moving forward. Bottom line, you've saved the file itself properly; it's a valid Configurator file. So that's good. Configurator files, however, need to be saved in the keyboard's root folder (in this case,
I'll tag @drashna who is usually the one who reviews/merges pull requests here (as a Collaborator, he has permissions) and ask that he advise you how to proceed. There's a couple of us working on this "project" and more help is always welcome. Thanks for coming. You can find me on the QMK Discord, usually in the #configurator channel. |
Thanks for checking and the comments!! I think I understood most of your comments...I don't speak Chinese but it was very close to it! HAHAHAHA Yes, I saw that the layout_directional was very close to it! I wasn't sure if I could use it. I have two keyboards in the process of being built, and none of them are operational that I can actually check any firmware. Waiting for TRRS and reset buttons for the Iris and waiting for keycaps for the DZ60. I sure do not want to create more work than already exists!! I was wondering why the gap... that part I left as it was from the directional layout. I am still learning how to navigate and create folders and files in Github. I have read and done some of the examples proposed but I sure need more practice. Okay, let's see where we go from here. I will stay tuned. And meanwhile I will check out Discord!! Thanks again!! |
Oh! I didn't start from the directional but from the ANSI!! That's why the gap!!!! |
It looks like this is basically just a customized JSON file dumped into the keymap folder. No keymap or anything else to go with it? |
I thought this was the first step to be able to use the QMK Configurator, thus creating the full keymap, no? |
Yes and no, and sort of on that yes. The Configurator uses existing "matrix definitions", and maps them to GUI buttons. So, the first thing that you'd need to do, is add a keymap/layout here: This ... is complicated, and not for the faint of heart. Once that's added, you'd want to add a matching layout in the main info.json file, here: If you want .... use the "LAYOUT_all" option in the configurator, and make sure that you ONLY have keys were there are soldered switches, and everything else has "NO" key codes (blank). |
Fixed in #3148 |
I am building a new DZ60 with this keymap configuration https://jimmyb.ninja/post/1518390250 but couldn't find already designed. This is my first pull request and keyboard configuration. Hopefully I am doing it right!!! I am sure someone will let me know.
: )