]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add the ability to disable Music Mode completely (#2339)
authorDrashna Jaelre <drashna@live.com>
Thu, 8 Feb 2018 20:16:06 +0000 (12:16 -0800)
committerJack Humbert <jack.humb@gmail.com>
Thu, 8 Feb 2018 20:16:06 +0000 (15:16 -0500)
commit6835ae82095427b2b5d5b3839a8d54845244169b
treeebd3a740ea7cc58b6ecc82a18044ec44c8eebb77
parentc5d81a84a0519c78de1b5e165f5f2c1eb773bc11
Add the ability to disable Music Mode completely (#2339)

* Skip process_music in NO_MUSIC_MODE is defined

* Skip matrix_scan_music if NO_MUSIC_MODE is defined

* Skip music_all_notes_off if NO_MUSIC_MODE is defined

* Leave matrix_scan_music in, because it reduces firmware size by 150b....

* Add docs for NO_MUSIC_MODE
docs/feature_audio.md
keyboards/orthodox/keymaps/drashna/config.h
quantum/quantum.c