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
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue