1
0
Fork 0

planck default layout updates

This commit is contained in:
Jack Humbert 2016-04-17 01:00:39 -04:00
parent e7b9959819
commit a67d425f4d
4 changed files with 130 additions and 70 deletions

View file

@ -350,7 +350,6 @@ if (audio_config.enable) {
if (note)
stop_all_notes();
notes = true;
notes_pointer = np;
notes_length = n_length;
@ -375,6 +374,8 @@ if (audio_config.enable) {
TIMSK3 |= _BV(OCIE3A);
TCCR3A |= _BV(COM3A1);
#endif
notes = true;
}
}
@ -404,7 +405,6 @@ if (audio_config.enable && voices < 8) {
if (notes)
stop_all_notes();
note = true;
#ifdef PWM_AUDIO
freq = freq / SAMPLE_RATE;
#endif
@ -436,6 +436,7 @@ if (audio_config.enable && voices < 8) {
TCCR3A |= _BV(COM3A1);
#endif
note = true;
}
}