summaryrefslogtreecommitdiff
path: root/usb_keycodes.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-02-11 01:56:31 +0900
committertmk <nobody@nowhere>2012-02-14 01:38:56 +0900
commit9e0c6247c9cbc5c4c7a4ae6b1e2adc6a7a332c49 (patch)
tree34bafb17bfed42695ade7951ae55b7c1ba33b602 /usb_keycodes.h
parent6e095ca9e05e2adfa0a5643b624338b05fe6a581 (diff)
Added terminal_usb adapter for IBM Terminal keyboard.
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 4bd0732c92..9b6cce1532 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,