blob: 0c3ac301cf96f859ff4953d37a7d8f23fe50aaf6 [file] [log] [blame]
# Copyright 2019 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 Kukui."""
class Values(object):
"""FAFT config values for Kukui."""
has_keyboard = False
chrome_ec = True
ec_capability = ['arm', 'battery', 'charging', 'lid']
mode_switcher_type = 'tablet_detachable_switcher'
ec_reboot_to_g3_delay = 10
usbc_input_voltage_limit = 12
charger_profile_override = True