1
0
Fork 0

Deprecate VLK_TOG for VK_TOGG (#18807)

This commit is contained in:
Ryan 2022-10-23 07:45:20 +11:00 committed by GitHub
parent 2e2e7511fd
commit 74484e21af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 49 additions and 44 deletions

View file

@ -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.")