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

@ -159,4 +159,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
/* override number of MIDI tone keycodes (each octave adds 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 1
#endif