11 lines
212 B
C
11 lines
212 B
C
#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 |