|
|
|
@ -1,7 +1,33 @@
|
|
|
|
|
{
|
|
|
|
|
"global": {
|
|
|
|
|
"check_for_updates_on_startup": true,
|
|
|
|
|
"show_in_menu_bar": true,
|
|
|
|
|
"show_profile_name_in_menu_bar": false
|
|
|
|
|
},
|
|
|
|
|
"profiles": [
|
|
|
|
|
{
|
|
|
|
|
"devices": [],
|
|
|
|
|
"devices": [
|
|
|
|
|
{
|
|
|
|
|
"disable_built_in_keyboard_if_exists": false,
|
|
|
|
|
"identifiers": {
|
|
|
|
|
"is_keyboard": true,
|
|
|
|
|
"is_pointing_device": false,
|
|
|
|
|
"product_id": 1553,
|
|
|
|
|
"vendor_id": 3897
|
|
|
|
|
},
|
|
|
|
|
"ignore": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"disable_built_in_keyboard_if_exists": false,
|
|
|
|
|
"identifiers": {
|
|
|
|
|
"is_keyboard": true,
|
|
|
|
|
"is_pointing_device": false,
|
|
|
|
|
"product_id": 601,
|
|
|
|
|
"vendor_id": 1452
|
|
|
|
|
},
|
|
|
|
|
"ignore": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"fn_function_keys": {
|
|
|
|
|
"f1": "vk_consumer_brightness_down",
|
|
|
|
|
"f10": "mute",
|
|
|
|
@ -20,6 +46,10 @@
|
|
|
|
|
"selected": true,
|
|
|
|
|
"simple_modifications": {
|
|
|
|
|
"caps_lock": "left_control"
|
|
|
|
|
},
|
|
|
|
|
"virtual_hid_keyboard": {
|
|
|
|
|
"caps_lock_delay_milliseconds": 0,
|
|
|
|
|
"keyboard_type": "ansi"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|