Overlord configs. Fix buzzer, redundant temp. (#14833)

This commit is contained in:
Tim Moore
2019-08-06 21:25:47 -07:00
committed by Scott Lahteine
parent 535eeace5f
commit 77f637763c
10 changed files with 9893 additions and 2 deletions

View File

@ -27,6 +27,11 @@
#define BUZZ(d,f) ui.buzz(d,f)
#elif ENABLED(PCA9632_BUZZER)
#include "../feature/leds/pca9632.h"
#define BUZZ(d, f) pca9632_buzz(d,f)
#elif PIN_EXISTS(BEEPER)
#include "circularqueue.h"