Browse Source

keyboard layout; console framebuffer

old
Robin Thoni 8 years ago
parent
commit
d87d815514
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/config/console.h

+ 2
- 2
src/config/console.h View File

@@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
35 35
  */
36 36
 
37 37
 //#define	CONSOLE_SERIAL		/* Serial port console */
38
-//#define	CONSOLE_FRAMEBUFFER	/* Graphical framebuffer console */
38
+#define	CONSOLE_FRAMEBUFFER	/* Graphical framebuffer console */
39 39
 //#define	CONSOLE_SYSLOG		/* Syslog console */
40 40
 //#define	CONSOLE_SYSLOGS		/* Encrypted syslog console */
41 41
 //#define	CONSOLE_VMWARE		/* VMware logfile console */
@@ -53,7 +53,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
53 53
 //#define	CONSOLE_PC_KBD		/* Direct access to PC keyboard */
54 54
 
55 55
 /* Keyboard map (available maps in hci/keymap/) */
56
-#define	KEYBOARD_MAP	us
56
+#define	KEYBOARD_MAP	fr
57 57
 
58 58
 /* Control which syslog() messages are generated.
59 59
  *

Loading…
Cancel
Save