Subject: adding a keyboard map
To: None <tech-misc@netbsd.org>
From: Chris Pockele <chrisp@belgacom.net>
List: tech-misc
Date: 09/08/2001 13:58:52
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?