Giter Club home page Giter Club logo

Comments (7)

haata avatar haata commented on May 29, 2024

So, where you compile the firmware does not matter.

So there are two different keys for Volume Up/Down

U["VolumeUp"] same as U[0x80]
U["VolumeDown"] same as U[0x81]

as well as

CON["VolumeUp"] same as CON[0x0E9]
CON["VolumeDown"] same as CON[0x0EA]

Consumer Control Codes vs. USB Keyboard Codes

You can find both of them in the KLL spec.
https://www.overleaf.com/read/zzqbdwqjfwwf

Depending you may be able to send both at the same time.

U["A"] : U["VolumeUp"], CON["VolumeUp"];

Hopefully it doesn't do it twice on a Mac. Basically this is an OS issue because the keyboard has no way of knowing it's connected to a Mac or Windows machine.

from controller.

flipjs avatar flipjs commented on May 29, 2024

I will try it tomorrow and let you know. Thanks Haata.

from controller.

Duckle29 avatar Duckle29 commented on May 29, 2024

@haata Any way to do this through the configurator? Perheps use the CON ones as standard?

from controller.

haata avatar haata commented on May 29, 2024

I can have both volume up/down added to the configurator. But if the CONS Volume up works everywhere I don't mind switching to it :D

from controller.

flipjs avatar flipjs commented on May 29, 2024

Both the cons and normal bindings dont work on Windows, but work fine on my mac. Also, media keybindings dont work as well on Windows. I have asked this on Massdrop discussion if they use their infinity on windows, but no one bothered to answer.

from controller.

flipjs avatar flipjs commented on May 29, 2024

I think you already have volume up/down in online configurator? That's how I started my keymap and edit from there and use this controller software to recompile and generate the bin from terminal.

from controller.

haata avatar haata commented on May 29, 2024

Finally got Windows media keys fixed. Also included a bunch of random USB fixes (enumeration should be faster, and less problems with the virtual serial port). For Windows you must use CONS"VolumeUp" instead of U"VolumeUp" (both work for Linux and Mac).

20b62af

Once I get a chance to verify that everything is good on the IC60 (Infinity) I'll push the update to the configurator.
http://configurator.input.club/latest/ is updated with the latest every couple hours if you're impatient.

from controller.

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.