From f6d39278589707d54d81c29c37aed77ffab7f442 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 5 Nov 2017 16:18:48 +0100 Subject: [PATCH] added framebuffer and console commands --- src/config/console.h | 4 ++-- src/config/general.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/console.h b/src/config/console.h index 9f770d09..1ab64fa2 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ //#define CONSOLE_SERIAL /* Serial port console */ -//#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */ +#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */ //#define CONSOLE_SYSLOG /* Syslog console */ //#define CONSOLE_SYSLOGS /* Encrypted syslog console */ //#define CONSOLE_VMWARE /* VMware logfile console */ @@ -53,7 +53,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#define CONSOLE_PC_KBD /* Direct access to PC keyboard */ /* Keyboard map (available maps in hci/keymap/) */ -#define KEYBOARD_MAP us +#define KEYBOARD_MAP de /* Control which syslog() messages are generated. * diff --git a/src/config/general.h b/src/config/general.h index e06db525..b5c1c478 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -148,7 +148,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#define PARAM_CMD /* Form parameter commands */ //#define NEIGHBOUR_CMD /* Neighbour management commands */ //#define PING_CMD /* Ping command */ -//#define CONSOLE_CMD /* Console command */ +#define CONSOLE_CMD /* Console command */ //#define IPSTAT_CMD /* IP statistics commands */ //#define PROFSTAT_CMD /* Profiling commands */ //#define NTP_CMD /* NTP commands */