diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/konstantin/konstantin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index 72a1616238..249b3fe15b 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h @@ -48,9 +48,6 @@ #define LCT_CPS LCTL_T(KC_CAPS) #define RSF_SLS RSFT_T(KC_SLSH) -#define IS_LAYER_ON_STATE(state, layer) ( (state) & (1UL << (layer))) -#define IS_LAYER_OFF_STATE(state, layer) (~(state) & (1UL << (layer))) - // Clear mods, perform action, restore mods #define CLEAN_MODS(action) { \ uint8_t mods = get_mods(); \ |