kiibohd / kll

KLL Compiler
GNU General Public License v3.0
115 stars 67 forks source link

Cannot use Consumer Control "Mute", "ScanPreviousTrack", and "ScanNextTrack" #29

Closed paradox460 closed 5 years ago

paradox460 commented 6 years ago

Additionally, attempting to use CON instead of CONS (as indicated by this document) results in complete failures.

haata commented 5 years ago

kll transitioned to using a separate database for HID names. The old scheme where spaces were removed automatically doesn't work anymore (there were some annoying conflicts). However, while preparing for the new configurator, I believe these symbolic names were added: https://github.com/hid-io/layouts/blob/master/base/base.json#L1541 https://github.com/hid-io/layouts/blob/master/base/base.json#L1566

You'll need to make sure your kll compiler is up-to-date.