This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Konstantin Đorđević 61b64bb82a
Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (#6352)
* 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
2020-07-16 22:27:55 +10:00
..
2020-05-19 22:05:32 +01:00
2020-01-23 22:41:15 +11:00
2020-03-12 02:50:19 +00:00
2020-01-26 23:26:40 -05:00
2018-06-02 08:50:01 -07:00
2020-01-02 11:31:54 -08:00
2020-04-30 16:24:47 +10:00
2020-07-08 21:57:11 +01:00
2020-04-13 11:59:04 -07:00
2019-05-01 20:29:00 -07:00
2020-05-05 13:54:26 +01:00

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.