diff options
| author | drochner <drochner@NetBSD.org> | 1999-01-06 12:04:09 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 1999-01-06 12:04:09 +0000 |
| commit | ed3f310c95d8a6b17bc6dcc81692b69eb93ae549 (patch) | |
| tree | 0757a4ed9def708670c7e5ca840ab112e261b84d /sys/dev/dec | |
| parent | 1cd0f924559494101a49bf85a27777d5da0026ce (diff) | |
use new KS_KEYCODE macro from wsksymdef.h
Diffstat (limited to 'sys/dev/dec')
| -rw-r--r-- | sys/dev/dec/wskbdmap_lk201.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dec/wskbdmap_lk201.c b/sys/dev/dec/wskbdmap_lk201.c index 6be43d6d4fc..1071963d084 100644 --- a/sys/dev/dec/wskbdmap_lk201.c +++ b/sys/dev/dec/wskbdmap_lk201.c @@ -1,11 +1,11 @@ -/* $NetBSD: wskbdmap_lk201.c,v 1.2 1998/09/18 15:35:45 drochner Exp $ */ +/* $NetBSD: wskbdmap_lk201.c,v 1.3 1999/01/06 12:04:09 drochner Exp $ */ #include <sys/types.h> #include <dev/wscons/wsksymdef.h> #include <dev/wscons/wsksymvar.h> #include <dev/dec/wskbdmap_lk201.h> -#define KC(n) (0xe000 | ((n)-MIN_LK201_KEY)) /* see wsksymvar.h */ +#define KC(n) KS_KEYCODE((n) - MIN_LK201_KEY) static const keysym_t zskbd_keydesc_us[] = { /* pos command normal shifted */ |
