Deprecate VLK_TOG
for VK_TOGG
(#18807)
This commit is contained in:
parent
2e2e7511fd
commit
74484e21af
43 changed files with 49 additions and 44 deletions
|
@ -379,7 +379,7 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
#endif
|
||||
return false;
|
||||
#ifdef VELOCIKEY_ENABLE
|
||||
case VLK_TOG:
|
||||
case QK_VELOCIKEY_TOGGLE:
|
||||
velocikey_toggle();
|
||||
return false;
|
||||
#endif
|
||||
|
|
|
@ -359,7 +359,7 @@ enum quantum_keycodes {
|
|||
RGB_MODE_RGBTEST, // 5CD6
|
||||
|
||||
// Velocikey
|
||||
VLK_TOG, // 5CD7
|
||||
QK_VELOCIKEY_TOGGLE, // 5CD7
|
||||
|
||||
// Space Cadet
|
||||
KC_LSPO, // 5CD8
|
||||
|
@ -743,6 +743,9 @@ enum quantum_keycodes {
|
|||
#define CRT_OFF AUTOCORRECT_OFF
|
||||
#define CRT_TOG AUTOCORRECT_TOGGLE
|
||||
|
||||
// Velocikey
|
||||
#define VK_TOGG QK_VELOCIKEY_TOGGLE
|
||||
|
||||
// GOTO layer - 256 layer max
|
||||
#define TO(layer) (QK_TO | ((layer)&0xFF))
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
#define KC_LEAD QK_LEADER
|
||||
#define KC_LOCK QK_LOCK
|
||||
|
||||
#define VLK_TOG QK_VELOCIKEY_TOGGLE
|
||||
|
||||
#define TERM_ON _Static_assert(false, "The Terminal feature has been removed from QMK. Please remove use of TERM_ON/TERM_OFF from your keymap.")
|
||||
#define TERM_OFF _Static_assert(false, "The Terminal feature has been removed from QMK.. Please remove use of TERM_ON/TERM_OFF from your keymap.")
|
||||
// #define RESET _Static_assert(false, "The RESET keycode has been removed from QMK.. Please remove use from your keymap.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue