elpekenin/utils/shortcuts.h
¶
Handy aliases for repetitive and un-interesting code.
-
WITHOUT_DEBUG(code...)¶
[source] Wrap some code such that it does not spit logging.
Note
Silences QMK messages, not (granted) logging ones.
-
WITHOUT_LOGGING(feature, code...)¶
[source] Wrap
WITHOUT_DEBUG
, silencingfeature
’s messages too.