Deprecate KC_LOCK for QK_LOCK (#18796)

This commit is contained in:
Ryan
2022-10-22 01:46:10 +11:00
committed by GitHub
parent b33fc34967
commit 7cbff9d921
58 changed files with 66 additions and 83 deletions

View File

@ -3,8 +3,8 @@
// clang-format off
// Deprecated Quantum keycodes
#define KC_LEAD QK_LEADER
#define KC_LOCK QK_LOCK
#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.")