1
0
Fork 0

Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181)

This commit is contained in:
Purdea Andrei 2021-10-03 22:02:05 +03:00 committed by GitHub
parent 5ce2bb83ce
commit eb5b24f97c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ __attribute__((weak)) bool get_haptic_enabled_key(uint16_t keycode, keyrecord_t
break;
case KC_LCTRL ... KC_RGUI:
case QK_MOMENTARY ... QK_MOMENTARY_MAX:
case QK_LAYER_MOD ... QK_LAYER_MOD_MAX:
#endif
#ifdef NO_HAPTIC_FN
case KC_FN0 ... KC_FN31: