feat(logid): enable logid support

This commit is contained in:
2026-03-02 12:50:08 +01:00
parent a123cd42f0
commit 5f0d18b1d0

View File

@@ -28,7 +28,8 @@ devices: (
} }
buttons: ( buttons: (
{ // thumb button {
// thumb button
cid: 0xc3; action = cid: 0xc3; action =
{ {
type: "Gestures"; type: "Gestures";
@@ -56,6 +57,7 @@ devices: (
{ {
direction: "left"; direction: "left";
mode: "OnRelease"; mode: "OnRelease";
action = { action = {
type: "Keypress"; type: "Keypress";
keys: ["KEY_LEFTCTRL", "KEY_LEFTALT", "KEY_RIGHT"]; keys: ["KEY_LEFTCTRL", "KEY_LEFTALT", "KEY_RIGHT"];
@@ -72,11 +74,10 @@ devices: (
{ {
direction: "None"; direction: "None";
mode: "OnRelease"; mode: "OnRelease";
action = action = {
{
type: "Keypress"; type: "Keypress";
keys: ["KEY_LEFTMETA"]; keys: ["KEY_LEFTMETA"];
}; }
}, },
{ {
direction: "LEFT"; direction: "LEFT";