stout.py revision a39f97038dfa865c7bfcea2625d516d098207066
1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5"""FAFT configuration overrides for Stout."""
6
7
8class Values():
9    broken_warm_reset = True
10    broken_rec_mode = True
11    key_matrix_layout = 2
12    key_checker = [[0x29, 'press'],
13                   [0x32, 'press'],
14                   [0x32, 'release'],
15                   [0x29, 'release'],
16                   [0x43, 'press'],
17                   [0x43, 'release']]
18