summaryrefslogtreecommitdiff
path: root/keyboard/planck/keymap_midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/keymap_midi.h')
-rw-r--r--keyboard/planck/keymap_midi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboard/planck/keymap_midi.h b/keyboard/planck/keymap_midi.h
index b4c874eee9..02bf35c243 100644
--- a/keyboard/planck/keymap_midi.h
+++ b/keyboard/planck/keymap_midi.h
@@ -18,8 +18,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef KEYMAP_MIDI_H
#define KEYMAP_MIDI_H
+#define MIDI 0x6000
+#define MIDI12 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000, 0x6000
+
#define CHNL(note, channel) (note + (channel << 8))
+#define SCALE (int []){ 0, 2, 4, 5, 7, 9, 11, 12, 14, 16, 17, 19, 21, 23, 24, 26, 28, 29, 31, 33, 35, 36}
+
#define N_CN1 (0x600C + (12 * -1) + 0 )
#define N_CN1S (0x600C + (12 * -1) + 1 )
#define N_DN1F (0x600C + (12 * -1) + 1 )