summaryrefslogtreecommitdiff
path: root/keyboard/hbkb/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/hbkb/config.h')
-rw-r--r--keyboard/hbkb/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hbkb/config.h b/keyboard/hbkb/config.h
index deaabb2495..57adecfa5e 100644
--- a/keyboard/hbkb/config.h
+++ b/keyboard/hbkb/config.h
@@ -42,8 +42,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key combination for command */
#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KB_LSHIFT) | MOD_BIT(KB_LCTRL) | MOD_BIT(KB_LALT) | MOD_BIT(KB_LGUI)) || \
- keyboard_report->mods == (MOD_BIT(KB_LALT) | MOD_BIT(KB_RALT)) \
+ keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LCTRL) | MOD_BIT(KC_LALT) | MOD_BIT(KC_LGUI)) || \
+ keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \
)