aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keymap_common.h
diff options
context:
space:
mode:
authorGravatar Stephan Bösebeck <sb@caluga.de>2016-04-14 21:47:33 +0200
committerGravatar Stephan Bösebeck <sb@caluga.de>2016-04-14 21:47:33 +0200
commit990254edecab782d6f2e71ebfc0b0dda4dc0781e (patch)
tree5b8f107ef8212a858d3137c3304da743813b1a09 /quantum/keymap_common.h
parenta71ab3ebb6ef3390a9eb20ba7d0a8a3c7ab6a18f (diff)
parentbdb6dceaebc358dd4aae593d51d3ba0dd61858a9 (diff)
downloadqmk_firmware-990254edecab782d6f2e71ebfc0b0dda4dc0781e.tar.gz
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/keymap_common.h')
-rw-r--r--quantum/keymap_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h
index 3db40772e..4a877d2a7 100644
--- a/quantum/keymap_common.h
+++ b/quantum/keymap_common.h
@@ -184,8 +184,6 @@ extern const uint16_t fn_actions[];
// Toggle to layer - 256 layer max
#define TG(layer) (layer | 0x5400)
-#define MIDI(n) (n | 0x6000)
-
// M-od, T-ap - 256 keycode max
#define MT(mod, kc) (kc | 0x7000 | ((mod & 0xF) << 8))
#define CTL_T(kc) MT(0x1, kc)