blob: 17a4dff2495b632f256f804d376b674ea4a3a5eb [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""FAFT config setting overrides for Parrot."""
class Values(object):
# Parrot uses UART to switch to rec mode instead of gpio thus to
# clear rec_mode, devices needs to be sufficiently booted.
ec_boot_to_console = 4
# Parrot takes slightly longer to get to dev screen.
dev_screen = 8
broken_warm_reset = True
dark_resume_capable = True
key_matrix_layout = 1
key_checker = [[0x29, 'press'],
[0x32, 'press'],
[0x32, 'release'],
[0x29, 'release'],
[0x47, 'press'],
[0x47, 'release']]