planck default layout updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user