Remove KC_DELT alias in favor of KC_DEL (#6327)
* Remove KC_DELT alias in favor of KC_DEL * Add changelog
This commit is contained in:
committed by
skullydazed
parent
7ff57644e1
commit
267a85c885
@@ -41,7 +41,7 @@
|
||||
# define CFQ_USER_KEY4 KC_BSPC
|
||||
#endif
|
||||
#if !defined(CFQ_USER_KEY5)
|
||||
# define CFQ_USER_KEY5 KC_DELT
|
||||
# define CFQ_USER_KEY5 KC_DEL
|
||||
#endif
|
||||
#if !defined(CFQ_USER_KEY6)
|
||||
# define CFQ_USER_KEY6 KC_CAPS
|
||||
|
Reference in New Issue
Block a user