aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-02-18 03:12:13 -0800
committerGabriel Young <gabeplaysdrums@live.com>2017-02-19 16:41:59 -0800
commite405ab4bc6ff47d189d99c4d51aadf60a642d82a (patch)
tree60d81499162c5a8a6d5e479f2acb2bba7dfe3392 /quantum/quantum_keycodes.h
parent5ae1411fc387a682d3e22f5cddfe1102e3312af5 (diff)
downloadqmk_firmware-e405ab4bc6ff47d189d99c4d51aadf60a642d82a.tar.gz
qmk_firmware-e405ab4bc6ff47d189d99c4d51aadf60a642d82a.zip
initial implementation of polyphony using variable length array of notes on
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r--quantum/quantum_keycodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 3728fa366..a024a9639 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -189,6 +189,7 @@ enum quantum_keycodes {
189 MI_VEL_1 = MIDI_VELOCITY_MIN, 189 MI_VEL_1 = MIDI_VELOCITY_MIN,
190 MI_VEL_2, 190 MI_VEL_2,
191 MI_VEL_3, 191 MI_VEL_3,
192 MI_VEL_4,
192 MI_VEL_5, 193 MI_VEL_5,
193 MI_VEL_6, 194 MI_VEL_6,
194 MI_VEL_7, 195 MI_VEL_7,