diff options
Diffstat (limited to 'usb_keycodes.h')
-rw-r--r-- | usb_keycodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h index 81317efcaf..b49ecd5809 100644 --- a/usb_keycodes.h +++ b/usb_keycodes.h @@ -75,7 +75,10 @@ #define KB_BSLS KB_BSLASH #define KB_SLSH KB_SLASH #define KB_SCLN KB_SCOLON +#define KB_QUOT KB_QUOTE #define KB_PWR KB_POWER +#define KB_VUP KB_VOLUP +#define KB_VDWN KB_VOLDOWN #define KP_SLSH KP_SLASH #define KP_ASTR KP_ASTERISK #define KP_MINS KP_MINUS |