2017-02-20 02:18:05 +01:00
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
|
|
|
#include "../../config.h"
|
|
|
|
|
|
|
|
// place overrides here
|
|
|
|
|
2017-02-20 02:45:08 +01:00
|
|
|
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
|
2017-02-20 02:18:05 +01:00
|
|
|
#define MIDI_TONE_KEYCODE_OCTAVES 2
|
|
|
|
|
|
|
|
#endif
|