aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.h
diff options
context:
space:
mode:
authorGravatar Didier Loiseau <didierloiseau+git@gmail.com>2016-01-23 16:44:59 +0100
committerGravatar Didier Loiseau <didierloiseau+git@gmail.com>2016-01-23 16:44:59 +0100
commitad2a4c32039e6ac2f64aacb42dd274cc0ac46f97 (patch)
tree61d36827ff7244c41937e71f8dd30fa68730ca07 /quantum/keymap_common.h
parentfb181304083b884c60a30f64a634b592479aed6d (diff)
parent306f183b1c8ef6e33a7dafb0d8a89e5a7aebac69 (diff)
downloadqmk_firmware-ad2a4c32039e6ac2f64aacb42dd274cc0ac46f97.tar.gz
Merge remote-tracking branch 'jackhumbert/master' into typematrix
Diffstat (limited to 'quantum/keymap_common.h')
-rw-r--r--quantum/keymap_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h
index 2d8b29c77..3db40772e 100644
--- a/quantum/keymap_common.h
+++ b/quantum/keymap_common.h
@@ -68,6 +68,7 @@ extern const uint16_t fn_actions[];
#define LGUI(kc) kc | 0x0800
#define HYPR(kc) kc | 0x0F00
#define MEH(kc) kc | 0x0700
+#define LCAG(kc) kc | 0x0D00 // Modifier Ctrl Alt and GUI
#define RCTL(kc) kc | 0x1100
#define RSFT(kc) kc | 0x1200
@@ -193,6 +194,7 @@ extern const uint16_t fn_actions[];
#define GUI_T(kc) MT(0x8, kc)
#define C_S_T(kc) MT(0x3, kc) // Control + Shift e.g. for gnome-terminal
#define MEH_T(kc) MT(0x7, kc) // Meh is a less hyper version of the Hyper key -- doesn't include Win or Cmd, so just alt+shift+ctrl
+#define LCAG_T(kc) MT(0xD, kc) // Left control alt and gui
#define ALL_T(kc) MT(0xF, kc) // see http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/
// Dedicated keycode versions for Hyper and Meh, if you want to use them as standalone keys rather than mod-tap