feat: external keyboard mappings
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Harivansh Rathi 2026-04-14 21:24:07 -04:00
parent d482eb01e4
commit 978f31411d

View file

@ -311,6 +311,33 @@
} }
] ]
}, },
"devices": [
{
"identifiers": {
"is_keyboard": true,
"product_id": 911,
"vendor_id": 1008
},
"simple_modifications": [
{
"from": { "key_code": "left_option" },
"to": [{ "key_code": "left_command" }]
},
{
"from": { "key_code": "left_command" },
"to": [{ "key_code": "left_option" }]
},
{
"from": { "key_code": "right_option" },
"to": [{ "key_code": "right_command" }]
},
{
"from": { "key_code": "right_command" },
"to": [{ "key_code": "right_option" }]
}
]
}
],
"name": "Default profile", "name": "Default profile",
"selected": true, "selected": true,
"virtual_hid_keyboard": { "virtual_hid_keyboard": {