all repos — nixfiles @ d18942af3be0ee634695630e2e0b17a3f12fd815

System and user configuration, managed by nix and home-manager

Karabiner: Configure keyboards

Alan Pearce
commit

d18942af3be0ee634695630e2e0b17a3f12fd815

parent

6272f22915c3901ab8174cfb964da46f6aa06594

1 file changed, 22 insertions(+), 1 deletion(-)

jump to
M tag-karabiner/karabiner.d/configuration/karabiner.jsontag-karabiner/karabiner.d/configuration/karabiner.json
@@ -1,7 +1,28 @@
{ "profiles": [ { - "devices": [], + "devices": [ + { + "identifiers": { + "is_keyboard": true, + "is_pointing_device": false, + "product_id": 602, + "vendor_id": 1452 + }, + "ignore": true, + "keyboard_type": 41 + }, + { + "identifiers": { + "is_keyboard": true, + "is_pointing_device": false, + "product_id": 8209, + "vendor_id": 1241 + }, + "ignore": false, + "keyboard_type": 40 + } + ], "fn_function_keys": { "f1": "vk_consumer_brightness_down", "f10": "mute",