Skip to content

Commit 2567898

Browse files
author
Sebastien Bourdeauducq
committedSep 16, 2011
sysconfig: enable US keyboard layout by default
1 parent a29b914 commit 2567898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/sysconfig.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static struct sysconfig sysconfig = {
136136
.version = SYSCONFIG_VERSION,
137137
.resolution = SC_RESOLUTION_640_480,
138138
.language = SC_LANGUAGE_ENGLISH,
139-
.keyboard_layout = SC_KEYBOARD_LAYOUT_GERMAN,
139+
.keyboard_layout = SC_KEYBOARD_LAYOUT_US,
140140
.dhcp_enable = 1,
141141
.ip = 0xc0a8002a,
142142
.netmask = 0xffffff00,

0 commit comments

Comments
 (0)
Please sign in to comment.