summaryrefslogtreecommitdiffstats
path: root/usb_keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb_keycodes.h')
-rw-r--r--usb_keycodes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usb_keycodes.h b/usb_keycodes.h
index 4bd0732c9..9b6cce153 100644
--- a/usb_keycodes.h
+++ b/usb_keycodes.h
@@ -51,7 +51,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KB_PGDN KB_PGDOWN
#define KB_PSCR KB_PSCREEN
#define KB_SLCK KB_SCKLOCK
-#define KB_BRK KB_BREAK
+#define KB_PAUS KB_PAUSE
+#define KB_BRK KB_PAUSE
#define KB_NLCK KB_NUMLOCK
#define KB_SPC KB_SPACE
#define KB_MINS KB_MINUS
@@ -262,7 +263,7 @@ enum keycodes {
KB_F12,
KB_PSCREEN,
KB_SCKLOCK,
- KB_BREAK,
+ KB_PAUSE,
KB_INSERT,
KB_HOME,
KB_PGUP,