[console] Add keyboard map selection

The active keyboard map may be selected by editing KEYBOARD_MAP in
config/console.h.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-03-16 12:01:48 +00:00
parent 1febd879e3
commit ddad96cd23
2 changed files with 9 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
//#define CONSOLE_SYSLOG /* Syslog console */
#define KEYBOARD_MAP us
#include <config/local/console.h>
#endif /* CONFIG_CONSOLE_H */