diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-19 17:18:05 -0800 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-02-19 17:18:05 -0800 |
commit | d1fe24ad9f85768774ae50465c71f3757a33cc00 (patch) | |
tree | ab8468e72a016382a0cc6958b8b9abd179c4b13e /quantum/template/config.h | |
parent | ae0752dff552a07fb52e08c7057979959959d247 (diff) | |
download | qmk_firmware-d1fe24ad9f85768774ae50465c71f3757a33cc00.tar.gz qmk_firmware-d1fe24ad9f85768774ae50465c71f3757a33cc00.zip |
Allow customization of the number of tone keycodes and add example keymap
Diffstat (limited to 'quantum/template/config.h')
-rw-r--r-- | quantum/template/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/template/config.h b/quantum/template/config.h index c61c4a6181..d0bee0d89a 100644 --- a/quantum/template/config.h +++ b/quantum/template/config.h @@ -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 |