]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix error in Planck makefile comment
authorNoah Andrews <NoahAndrews@users.noreply.github.com>
Tue, 29 Mar 2016 16:06:32 +0000 (12:06 -0400)
committerNoah Andrews <NoahAndrews@users.noreply.github.com>
Tue, 29 Mar 2016 16:06:32 +0000 (12:06 -0400)
commit2ae44470e01287c48f3852ac54a87d7fc4e747c2
treecba515207bf7c3260d6ca974944678df340e9a08
parent8bbc1dcf4f52ecd675f23a9b7d4b4d812dd3ee79
Fix error in Planck makefile comment

[This comment](https://www.reddit.com/r/olkb/comments/428umx/rgb_underglow/czaivbc) states that because both audio output and RGB support require the user of timer 3, they can't be enabled at the same time. That makes sense, I can see where audio.c uses timer 3. But this comment in the code states that the incompatibility is with MIDI support, which doesn't make sense based on what I see in the code. Please enlighten me if I'm mistaken.
keyboard/planck/Makefile