summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-10-10 06:22:12 +0200
committerGitHub <noreply@github.com>2016-10-10 06:22:12 +0200
commitaa8aa6af75f7c7a6a66d83930f9bca306dfb8578 (patch)
tree8f850f344b0bc731f84c34f3c53ce3799bd39b67 /quantum
parent49fe93fbb3a8ba1b960a1ebc7d590f9c57aac897 (diff)
parent628a48c7887e20a69b5a8c84cff956ba2ec7fed2 (diff)
downloadqmk_firmware-aa8aa6af75f7c7a6a66d83930f9bca306dfb8578.tar.gz
qmk_firmware-aa8aa6af75f7c7a6a66d83930f9bca306dfb8578.tar.xz
Merge pull request #808 from npoirey/master
Altgr quick combination and updated readme
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/keymap.h b/quantum/keymap.h
index 98ddfd0c5..4b2192cb2 100644
--- a/quantum/keymap.h
+++ b/quantum/keymap.h
@@ -191,6 +191,7 @@ enum quantum_keycodes {
#define HYPR(kc) (kc | QK_LCTL | QK_LSFT | QK_LALT | QK_LGUI)
#define MEH(kc) (kc | QK_LCTL | QK_LSFT | QK_LALT)
#define LCAG(kc) (kc | QK_LCTL | QK_LALT | QK_LGUI)
+#define ALTG(kc) (kc | QK_RCTL | QK_RALT)
#define MOD_HYPR 0xf
#define MOD_MEH 0x7