]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/satan/keymaps/midi/config.h
Allow customization of the number of tone keycodes and add example keymap
[qmk_firmware.git] / keyboards / satan / keymaps / midi / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 // place overrides here
7
8 /* override number of MIDI tone keycodes (each octave adds 12 bytes) */
9 #define MIDI_TONE_KEYCODE_OCTAVES 2
10
11 #endif