diff options
author | Balz Guenat <balz.guenat@gmail.com> | 2017-08-11 18:53:08 +0200 |
---|---|---|
committer | Balz Guenat <balz.guenat@gmail.com> | 2017-08-11 18:53:08 +0200 |
commit | 7b8eed9f298e70a88742cefe5d75840160c75435 (patch) | |
tree | 9a0fb89677849dbfe1e673cbab6d3667af1352cf /keyboards | |
parent | e966854a6542b0b7c021c0ab65f1409a0ca6c56f (diff) |
add option to let ctrl override shift/gui for the GRAVE_ESC.
This enables the ctrl+shift+esc shortcut to task manager on windows.
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/bananasplit/keymaps/coloneljesus/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/bananasplit/keymaps/coloneljesus/config.h b/keyboards/bananasplit/keymaps/coloneljesus/config.h index 060f5922f2..af6cf8ef1f 100644 --- a/keyboards/bananasplit/keymaps/coloneljesus/config.h +++ b/keyboards/bananasplit/keymaps/coloneljesus/config.h @@ -20,5 +20,6 @@ #include "../../config.h" // place overrides here +#define GRAVE_ESC_CTRL_OVERRIDE #endif |