planck default layout updates
This commit is contained in:
parent
e7b9959819
commit
a67d425f4d
4 changed files with 130 additions and 70 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue