summaryrefslogtreecommitdiff
path: root/keyboards/satan/keymaps/midi/config.h
blob: 0dbdb5cbcdffe56dd403ec3c79c4461b200dcd49 (plain)
1
2
3
4
5
6
7
8
9
10
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 keycodes and allocates 12 bytes) */
#define MIDI_TONE_KEYCODE_OCTAVES 2

#endif