Skip to content

Commit

Permalink
Revert "Update Karabiner for mechanical keyboard"
Browse files Browse the repository at this point in the history
This was pretty annoying.

This reverts commit fce3ab5.
  • Loading branch information
gabebw committed Oct 24, 2016
1 parent fce3ab5 commit 267e2e0
Showing 1 changed file with 10 additions and 26 deletions.
36 changes: 10 additions & 26 deletions karabiner.d/configuration/karabiner.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
{
"profiles" : [
{
"name" : "Default profile",
"selected" : true,
"fn_function_keys" : {
"f12" : "volume_up",
"f9" : "vk_consumer_next",
"f5" : "vk_consumer_play",
"f10" : "mute",
"f1" : "mute",
"f6" : "vk_consumer_illumination_up",
"f2" : "volume_down",
"f7" : "vk_consumer_previous",
"f11" : "volume_down",
"f3" : "volume_up",
"f8" : "vk_consumer_next",
"f4" : "vk_launchpad"
},
"simple_modifications" : {
"left_command" : "left_option",
"caps_lock" : "escape",
"left_option" : "left_command"
}
}
]
}
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"caps_lock": "escape"
}
}
]
}

0 comments on commit 267e2e0

Please sign in to comment.