Code Monkey home page Code Monkey logo

Comments (7)

pixeltris avatar pixeltris commented on May 26, 2024

The dump key command actually just lists the names of your keys in the order that they appear on your keyboard (so that you can get the names to map the keys between each other). It doesn't say the name of the key that you mapped it to (the keyboard doesn't ever actually send that information to the PC).

Saving the file and using the map command should be enough for the mapping to work. Try pressing the mapped key after using the map command. There currently isn't any error notification if it fails so you might have to try map a couple more times.

from gk6x.

chent7 avatar chent7 commented on May 26, 2024

Hey pixeltris!
I have the GK84, and I noticed that the delete key on the keyboard (the one above the right arrow key) is unmappable. This is what I had:

[Base,Layer1,Layer2,Layer3,FnLayer1,FnLayer2,FnLayer3]
Delete:Home

Just to note I also had remapped a key to delete just a few lines above it:

[Base,Layer1,Layer2,Layer3,FnLayer1,FnLayer2,FnLayer3]
Pause:Delete

Maybe this is why the key is unmappable??

from gk6x.

pixeltris avatar pixeltris commented on May 26, 2024

You could try putting no other mappings other than "Delete:Home" and see if that works. If it doesn't then it's likely something is off in the data files. I really need to update the data files... it's been months.

from gk6x.

chent7 avatar chent7 commented on May 26, 2024

Can confirm the delete key is indeed unmappable even by itself.
Thank you for your hard work, I would hate to have the driver software constantly runnning.

Edit:
Took the keyboard apart earlier today for a different reason.
Saw that on the pcb the delete key is labeled as the end key.
Mapped "End:Home" still doesn't work, and the official latest drivers is also unable to map the key.
Maybe I have a faulty pcb.

from gk6x.

pixeltris avatar pixeltris commented on May 26, 2024

It's likely your keyboard has a different index mapping for your delete key. It should just be a matter of finding the correct index. See the following comment on how to locate the index, and how @khaledose managed to fix the index mapping for one of their keys.

I should probably make something that can aid with finding unmapped keys as it's currently a very manual process. With some additional code it might be possible to use the 'driver' layer and map all possible indexes to macros to create callbacks at a software level to identify keys.

#10 (comment)

from gk6x.

chent7 avatar chent7 commented on May 26, 2024

Thanks for the information. I bought the keyboard specifically for modding it into a different case and adding rgb underglow. Yesterday when I took the keyboard apart to look at the screw holes and the stablizers, I saw 2 unsoldered rgb headers. So I took a spare rgb strip I had and did some testing and they worked. Hopefully with some testing I can figure out how they are mapped in the le files and in the firmware. At the moment it looks like they are mapped to the lighting on the next closest key.

from gk6x.

pixeltris avatar pixeltris commented on May 26, 2024

b6105c4 since this commit it's possible to find unmappable keys using the 'findkeys' command. You type the command and then press the key that's unmappable. It will tell you the index of the key so that you can add it to the data files.

from gk6x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.