mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-12 12:23:28 +00:00
9 lines
100 B
C
9 lines
100 B
C
#pragma once
|
|
|
|
#ifndef NO_DEBUG
|
|
#define NO_DEBUG
|
|
#endif
|
|
#ifndef NO_PRINT
|
|
#define NO_PRINT
|
|
#endif
|