You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/users/konstantin
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
5 years ago
..
config.h [Keymap] Update personal userspace and keymaps (#9082) 5 years ago
konstantin.c
konstantin.h Redefine IS_LAYER_ON/OFF() as aliases for existing layer functions (#6352) 5 years ago
rgb.c
rgb.h
rules.mk [Keymap] Update personal userspace and keymaps (#9082) 5 years ago
tap_dance.c
tap_dance.h
unicode.c
unicode.h