Subject: Re: adding a keyboard map
To: Chris Pockele <chrisp@belgacom.net>
From: Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>
List: tech-misc
Date: 09/08/2001 15:02:10
Did you run a `make includes' in /sys to put /sys/dev/wscons/wsksymdef.h to
/usr/include/dev/wscons/wsksymdef.h ?

-- 
Juergen Hannken-Illjes - hannken@eis.cs.tu-bs.de - TU Braunschweig (Germany)

> Hello,
> I am trying to add support for the Belgian keyboard map to NetBSD 1.5.1
> (wscons).
> I modified /sys/dev/pckbc/wskbdmap_mfii.c and
> /sys/dev/wscons/wsksymdef.h (I basically copied & pasted the maps
> from OpenBSD).
> 
> I added options PCKBD_LAYOUT="KB_BE" (the map i added) to my
> kernel configuration, and it works that way.
> But wsconsctl won't recognize "be" as a valid keymap, not even
> after recompiling it.
> There should be something more i need to change, but i don't know what.
> I basically did the same things other people did for adding
> Spanish, Swedish, etc. support.
> What else should be done?