mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user