diff options
| author | drochner <drochner@NetBSD.org> | 1998-09-17 19:59:30 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 1998-09-17 19:59:30 +0000 |
| commit | af9cabdaaa09cadf30f107702c0aa9308312cb2d (patch) | |
| tree | de6a08c84f598ffd0c3f005c714909a9c67310c1 /sys/dev | |
| parent | 6f1bc2944fcacf92fd0e49ad597f2d1343e94c0a (diff) | |
Add definition for highest legal LK201 keycode.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dec/wskbdmap_lk201.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/dec/wskbdmap_lk201.h b/sys/dev/dec/wskbdmap_lk201.h index 0d4df321fc0..536cfc5887f 100644 --- a/sys/dev/dec/wskbdmap_lk201.h +++ b/sys/dev/dec/wskbdmap_lk201.h @@ -1,5 +1,6 @@ -/* $NetBSD: wskbdmap_lk201.h,v 1.1 1998/09/17 18:29:54 drochner Exp $ */ +/* $NetBSD: wskbdmap_lk201.h,v 1.2 1998/09/17 19:59:30 drochner Exp $ */ #define MIN_LK201_KEY 86 +#define MAX_LK201_KEY 251 extern const struct wscons_keydesc zskbd_keydesctab[]; |
