summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/midi/config.h
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-02-20 02:18:05 +0100
committerGabriel Young <gabeplaysdrums@live.com>2017-02-20 02:18:05 +0100
commitd1fe24ad9f85768774ae50465c71f3757a33cc00 (patch)
treeab8468e72a016382a0cc6958b8b9abd179c4b13e /keyboards/satan/keymaps/midi/config.h
parentae0752dff552a07fb52e08c7057979959959d247 (diff)
downloadqmk_firmware-d1fe24ad9f85768774ae50465c71f3757a33cc00.tar.gz
qmk_firmware-d1fe24ad9f85768774ae50465c71f3757a33cc00.tar.xz
Allow customization of the number of tone keycodes and add example keymap
Diffstat (limited to 'keyboards/satan/keymaps/midi/config.h')
-rw-r--r--keyboards/satan/keymaps/midi/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/satan/keymaps/midi/config.h b/keyboards/satan/keymaps/midi/config.h
new file mode 100644
index 000000000..e345d40c9
--- /dev/null
+++ b/keyboards/satan/keymaps/midi/config.h
@@ -0,0 +1,11 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+// place overrides here
+
+/* override number of MIDI tone keycodes (each octave adds 12 bytes) */
+#define MIDI_TONE_KEYCODE_OCTAVES 2
+
+#endif \ No newline at end of file