[Core] Add Caps Word feature to core (#16588)
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
90eef4cd15
commit
68b16bba68
19 changed files with 983 additions and 1 deletions
|
@ -602,6 +602,8 @@ enum quantum_keycodes {
|
|||
SECURE_UNLOCK,
|
||||
SECURE_TOGGLE,
|
||||
|
||||
CAPS_WORD,
|
||||
|
||||
// Start of custom keycode range for keyboards and keymaps - always leave at the end
|
||||
SAFE_RANGE
|
||||
};
|
||||
|
@ -964,5 +966,6 @@ enum quantum_keycodes {
|
|||
#define PB_32 PROGRAMMABLE_BUTTON_32
|
||||
#define PROGRAMMABLE_BUTTON_MIN PROGRAMMABLE_BUTTON_1
|
||||
#define PROGRAMMABLE_BUTTON_MAX PROGRAMMABLE_BUTTON_32
|
||||
#define CAPSWRD CAPS_WORD
|
||||
|
||||
#include "quantum_keycodes_legacy.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue