-
Notifications
You must be signed in to change notification settings - Fork 25
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
Tecware Phantom RGB TKL- Keymapping doesn't seem to work. #14
Comments
I just tried it with my own Tecware Phantom TKL (ANSI layout), and the following works without any problems:
There a few things i'd like to confirm:
|
Mine is also an ANSI layout. Edit: and you are correct, after typing YES there was no further output. |
I'm honestly pretty confused, i thought that maybe your config contained some form of control characters (e.g. weird line endings). But that is not the case, additionally i can run The other reasons i could think of are a different firmware version, does remapping any other buttons work? And to make sure that you are building from the latest git commit, try
|
The hash you listed there matches custom.keymap without the .txt I'd added for github's benefit. A difference in firmware seems a possible candidate. I wouldn't know how to confirm that outside of sniffing the commands sent from a working key remapping solution. |
Considering all of these details i would strongly assume that the different firmware is to blame. This opens a new question, have you tried any other features (changing profiles and led related settings) and what were the results?
Indeed that is the most (only?) practical way of getting the required information to confirm a different firmware and add support. |
I think I played with the macros side when it was a separate program. I've used the interface0 option to create animated profiles as well for notification, which I stopped doing when I took a moment to consider that it was probably wearing out the flash storage and maybe not such a good idea. I doubt this is a rgb_keyboard quirk, I think its just a poor LED quality or imbalanced RGB handling in the firmware thing, but it struggles to replicate certain colors like yellow, which always has a green tint.. It has a green tint if I remove green all the way up until it shifts toward orange. The RGB thing is the closest thing I've found to a "bug" (and again, I think its just the keyboard being a low dollar item with limitations of imperfect parts), aside from not being able to modify the keymap. I just tried it on another machine and I get the same result there. I used the software Techware ships (its a rebranded old version of some GMMK software if I remember right) way way back but I don't remember it offering remapping, just a terrible macro feature. That software allows remapping? Or would I need something else for that? |
Yes, remapping is possible with the Tecware software, there are multiple versions for different layouts, because apparently it was too difficult to implement getting the layout from the keyboard, you need the correct one or wrong keys get remapped. Indeed it is basically identical with the GMMK software (only different branding), it is even possible to use the Tecware keyboard with the GMMK software and vice-versa. On the version i have installed, click on "disabled" below "led editing mode" and then the key you want to remap to open a menu. |
I'm trying to swap the menu key out for a key in the F13-F24 range (I need a key for push-to-talk that doesn't conflict with anything else, so modifiers are a no-go) so I ran a custom.keymap with this in it:
[keymap]
menu=f13
Not sure if I'm doing something wrong, if it is confused by the second keyboard (issue happened with or without, I just couldn't type anything without it), or if its just not compatible with this model.
Edit:
I tried the config using the case sensitive names originally, and then moved to lowercase to see if it was case-sensitive. The above is the last variation I tried.
The text was updated successfully, but these errors were encountered: