1
0
Fork 0

Allow customization of the number of tone keycodes and add example keymap

This commit is contained in:
Gabriel Young 2017-02-19 17:18:05 -08:00
parent ae0752dff5
commit d1fe24ad9f
6 changed files with 180 additions and 0 deletions

View file

@ -0,0 +1,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