mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-22 07:34:43 +01:00
Fix emulator #ifdef check
This commit is contained in:
+1
-1
@@ -414,7 +414,7 @@ static DECLARE_THREAD_FUNCTION(visualizerThread, arg) {
|
||||
gdispGFlush(LED_DISPLAY);
|
||||
#endif
|
||||
|
||||
#if EMULATOR
|
||||
#ifdef EMULATOR
|
||||
draw_emulator();
|
||||
#endif
|
||||
// The animation can enable the visualizer
|
||||
|
||||
Reference in New Issue
Block a user