Karabiner: Configure keyboards
Alan Pearce alan@alanpearce.uk
Fri, 04 Nov 2016 11:41:17 +0100
1 files changed, 22 insertions(+), 1 deletions(-)
M tag-karabiner/karabiner.d/configuration/karabiner.json → 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",