diff options
author | IBNobody <IBNobody@users.noreply.github.com> | 2016-05-03 12:56:40 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-05-03 13:56:40 -0400 |
commit | 83e1cc241e3aabd69f6cdcd2581477d4b85bb8d3 (patch) | |
tree | fd0c9714f93e1afec478ddc42a86a6823136ad5f /keyboard/planck/keymaps/pvc/config.h | |
parent | 2c070163ffffffde546fb00acaa2fbb96b93da64 (diff) | |
download | qmk_firmware-83e1cc241e3aabd69f6cdcd2581477d4b85bb8d3.tar.gz |
Clarified audio.c (#302)
* Updated personal layouts
* tweaked personal
* Nightly - Audio Cleanup
Refactored the LUTs. Abstracted some of the registers out of audio to
use more functional names. Split audio into audio and audio_pwm. WIP
* nightly - collapsed code
* Added check for note playing to LEDs
Diffstat (limited to 'keyboard/planck/keymaps/pvc/config.h')
-rw-r--r-- | keyboard/planck/keymaps/pvc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/keymaps/pvc/config.h b/keyboard/planck/keymaps/pvc/config.h index 7d64f0977..d435cc795 100644 --- a/keyboard/planck/keymaps/pvc/config.h +++ b/keyboard/planck/keymaps/pvc/config.h @@ -73,7 +73,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* disable debug print */ -//#define NO_DEBUG +#define NO_DEBUG /* disable print */ //#define NO_PRINT |