Rename COMBO_ADD_ON to COMBO_HOOK

This commit is contained in:
urob 2022-08-09 20:40:32 -04:00
parent 2c4a96c22c
commit 936464e948
4 changed files with 22 additions and 10 deletions

View file

@ -62,8 +62,8 @@
}; \
};
#if !defined COMBO_ADD_ON
#define COMBO_ADD_ON
#if !defined COMBO_HOOK
#define COMBO_HOOK
#endif
#define ZMK_COMBO_ADV(name, combo_bindings, keypos, combo_layers, combo_timeout) \
/ { \
@ -74,7 +74,7 @@
bindings = <combo_bindings>; \
key-positions = <keypos>; \
layers = <combo_layers>; \
COMBO_ADD_ON \
COMBO_HOOK \
}; \
}; \
};