mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-28 16:23:24 +00:00
* Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros * Add docs for IS_LAYER_ON/OFF(_STATE) macros * Remove IS_LAYER_ON/OFF_STATE redefinition in userspace * Run clang-format on quantum/quantum.h * Redefine IS_LAYER_ON/OFF(_STATE) as aliases of existing layer functions Also update relevant doc entries. Needs testing to check if this breaks existing IS_LAYER_ON/OFF usage in certain edge cases (namely calling the macros with 0). * Reformat layer check function docs
User space
This is a place for users to put code that they might use between
keyboards. If you build the keymap mine,
/users/mine/rules.mk will be included in your build, and
/users/mine/ will be in your path - keep these things in
mind when naming your files and referencing them from other places.