]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix lets_split.c so that audio can be disabled
authorDustin <mannkind@users.noreply.github.com>
Mon, 26 Sep 2016 02:04:20 +0000 (19:04 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2016 02:04:20 +0000 (19:04 -0700)
commitc40ad11615b6cb1d08ec2d3b284d59df00c57c1f
tree7604b39a67ecdb6be4c85a04db77ee383faee997
parentf24b3f4589720b796a0184b59e7b7b6d639ef336
Fix lets_split.c so that audio can be disabled

Matching the use of `#ifdef AUDIO_ENABLE` used in `matrix_init_kb()` in order to compile firmware for the Let's Split keyboard without audio enabled.
keyboards/lets_split/lets_split.c