1
0
Fork 0

Deprecate KC_LEAD for QK_LEAD (#18792)

This commit is contained in:
Ryan 2022-10-22 00:25:54 +11:00 committed by GitHub
parent 374d5d7480
commit b33fc34967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 90 additions and 85 deletions

View file

@ -465,7 +465,7 @@ enum quantum_keycodes {
JS_BUTTON31, // 5D28
// Leader Key
KC_LEAD, // 5D29
QK_LEADER, // 5D29
// Bluetooth: output selection (continued)
OUT_BT, // 5D2A
@ -846,6 +846,9 @@ enum quantum_keycodes {
#define UC_M_WC UNICODE_MODE_WINC
#define UC_M_EM UNICODE_MODE_EMACS
// Leader key
#define QK_LEAD QK_LEADER
// Swap Hands
#define SH_T(kc) (QK_SWAP_HANDS | (kc))
#define SH_TG (QK_SWAP_HANDS | OP_SH_TOGGLE)