Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: include/configs/chromeos/tegra2/wario/parts/keyboard.h

Issue 6731090: Remove ChromeOS specific configs from the U-Boot repository. (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Rebase to TOT. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 #define CONFIG_TEGRA2_KBC_PLAIN_KEYCODES \
8 0, 0, 0, 0, 0, 0, 0, 0, \
9 0, 0x1b, 0x09, '`', 'a', 'z', '1', 'q', \
10 0, 0, 0, 0, 'd', 'c', '3', 'e', \
11 0, 0, 0, 0, 0, 0, 0, 0, \
12 'b', 'g', 't', '5', 'f', 'v', '4', 'r', \
13 0, 0, 0, 0, 's', 'x', '2', 'w', \
14 0, 0, ']', 0, 'k', ',', '8', 'i', \
15 0, 0, 0, 0, 0, 0, 0, 0, \
16 'n', 'h', 'y', '6', 'j', 'm', '7', 'u', \
17 0, 0, 0, 0, 0, KEY_SHIFT, 0, KEY_SHIFT, \
18 '=', '\'', '[', '-', ';', '/', '0', 'p', \
19 0, 0, 0, 0, 'l', '.', '9', 'o', \
20 0, 0, 0, 0, 0, 0, 0, 0, \
21 0, 0, 0, 0, 0, 0, 0, 0, \
22 0, 0x08, 0, '\\', '\r', ' ', 0, 0, \
23 0, 0, 0, 0, 0, 0, 0, 0,
24
25 #define CONFIG_TEGRA2_KBC_SHIFT_KEYCODES \
26 0, 0, 0, 0, 0, 0, 0, 0, \
27 0, 0x1b, 0x09, '~', 'A', 'Z', '!', 'Q', \
28 0, 0, 0, 0, 'D', 'C', '#', 'E', \
29 0, 0, 0, 0, 0, 0, 0, 0, \
30 'B', 'G', 'T', '%', 'F', 'V', '$', 'R', \
31 0, 0, 0, 0, 'S', 'X', '@', 'W', \
32 0, 0, '}', 0, 'K', '<', '*', 'I', \
33 0, 0, 0, 0, 0, 0, 0, 0, \
34 'N', 'H', 'Y', '^', 'J', 'M', '&', 'U', \
35 0, 0, 0, 0, 0, KEY_SHIFT, 0, KEY_SHIFT, \
36 '+', '"', '{', '_', ':', '?', ')', 'P', \
37 0, 0, 0, 0, 'L', '>', '(', 'O', \
38 0, 0, 0, 0, 0, 0, 0, 0, \
39 0, 0, 0, 0, 0, 0, 0, 0, \
40 0, 0x08, 0, '|', '\r', ' ', 0, 0, \
41 0, 0, 0, 0, 0, 0, 0, 0,
42
43 #define CONFIG_TEGRA2_KBC_FUNCTION_KEYCODES \
44 0, 0, 0, 0, 0, 0, 0, 0, \
45 0, 0, 0, 0, 0, 0, 0, 0, \
46 0, 0, 0, 0, 0, 0, 0, 0, \
47 0, 0, 0, 0, 0, 0, 0, 0, \
48 0, 0, 0, 0, 0, 0, 0, 0, \
49 0, 0, 0, 0, 0, 0, 0, 0, \
50 0, 0, 0, 0, 0, 0, 0, 0, \
51 0, 0, 0, 0, 0, 0, 0, 0, \
52 0, 0, 0, 0, 0, 0, 0, 0, \
53 0, 0, 0, 0, 0, 0, 0, 0, \
54 0, 0, 0, 0, 0, 0, 0, 0, \
55 0, 0, 0, 0, 0, 0, 0, 0, \
56 0, 0, 0, 0, 0, 0, 0, 0, \
57 0, 0, 0, 0, 0, 0, 0, 0, \
58 0, 0, 0, 0, 0, 0, 0, 0, \
59 0, 0, 0, 0, 0, 0, 0, 0,
OLDNEW
« no previous file with comments | « include/configs/chromeos/tegra2/wario/parts/i2c.h ('k') | include/configs/chromeos/tegra2/wario/parts/lcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698