blob: e345d40c962b48c62d7826704291bb500ab9c973 (
plain) (
blame)
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 bytes) */
#define MIDI_TONE_KEYCODE_OCTAVES 2
#endif
|