diff options
-rw-r--r-- | tag-karabiner/karabiner.d/configuration/karabiner.json | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/tag-karabiner/karabiner.d/configuration/karabiner.json b/tag-karabiner/karabiner.d/configuration/karabiner.json index 23a4d2f..0e866a6 100644 --- a/tag-karabiner/karabiner.d/configuration/karabiner.json +++ b/tag-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", |