diff options
author | tmk <nobody@nowhere> | 2012-01-06 01:37:33 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-01-06 01:37:33 +0900 |
commit | 579991b927483da884b2f22d43e91bb8550cd534 (patch) | |
tree | 89bba950e5211d0eb51cadbf4f15c1b0bfe9709e /usb_keycodes.h | |
parent | 7386c761912530bbb53496002ab32d02c8a86833 (diff) |
added SONY NEWS keyboard NWP-5461 support.
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 6cc98682ba..4bd0732c92 100644 --- a/usb_keycodes.h +++ b/usb_keycodes.h @@ -67,6 +67,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define KB_APP KB_APPLICATION #define KB_NUHS KB_NONUS_HASH #define KB_NUBS KB_NONUS_BSLASH +#define KB_ERAS KB_ALT_ERASE, +#define KB_CLR KB_CLEAR /* for Japanese */ #define KB_ZKHK KB_GRAVE #define KB_RO KB_INT1 @@ -86,6 +88,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define KB_P9 KB_KP_9 #define KB_P0 KB_KP_0 #define KB_PDOT KB_KP_DOT +#define KB_PCMM KB_KP_COMMA #define KB_PSLS KB_KP_SLASH #define KB_PAST KB_KP_ASTERISK #define KB_PMNS KB_KP_MINUS |