elpekenin/utils/shortcuts.h

Handy aliases for repetitive and un-interesting code.


U16_TO_U8(x)
[source]

Convert a u16 into 2x u8

GET_BIT(val, n)
[source]

Get the n’th bit out of val.

WITHOUT_DEBUG(code...)
[source]

Wrap some code such that it doesnt spit logging.

Note

Silences QMK messages, not (granted) logging ones.

WITHOUT_LOGGING(feature, code...)
[source]

Wrap WITHOUT_DEBUG, silencing feature’s messages too.