Deprecate SECURE_*
keycodes for QK_SECURE_*
(#18847)
* Deprecate SECURE_* keycodes for QK_SECURE_* * Update keycode process * Update process_secure.c * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
812001de7f
commit
ec2414c074
4 changed files with 25 additions and 14 deletions
|
@ -84,6 +84,11 @@
|
|||
#define JS_BUTTON30 QK_JOYSTICK_BUTTON_30
|
||||
#define JS_BUTTON31 QK_JOYSTICK_BUTTON_31
|
||||
|
||||
#define SECURE_LOCK QK_SECURE_LOCK
|
||||
#define SECURE_UNLOCK QK_SECURE_UNLOCK
|
||||
#define SECURE_TOGGLE QK_SECURE_TOGGLE
|
||||
#define SECURE_REQUEST QK_SECURE_REQUEST
|
||||
|
||||
#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