summaryrefslogtreecommitdiff
path: root/board/dojo/cbi_fw_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/dojo/cbi_fw_config.h')
-rw-r--r--board/dojo/cbi_fw_config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/board/dojo/cbi_fw_config.h b/board/dojo/cbi_fw_config.h
index 7f98585b84..6ca0e5b9a8 100644
--- a/board/dojo/cbi_fw_config.h
+++ b/board/dojo/cbi_fw_config.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -17,8 +17,8 @@ enum fw_config_kblight_type {
KB_BL_ABSENT = 0,
KB_BL_PRESENT = 1,
};
-#define FW_CONFIG_KB_BL_OFFSET 0
-#define FW_CONFIG_KB_BL_MASK GENMASK(0, 0)
+#define FW_CONFIG_KB_BL_OFFSET 0
+#define FW_CONFIG_KB_BL_MASK GENMASK(0, 0)
/*
* Keyboard layout (bit 4-5)
@@ -27,8 +27,8 @@ enum fw_config_kblayout_type {
KB_BL_TOGGLE_KEY_ABSENT = 0, /* Vol-up key on T12 */
KB_BL_TOGGLE_KEY_PRESENT = 1, /* Vol-up key on T13 */
};
-#define FW_CONFIG_KB_LAYOUT_OFFSET 4
-#define FW_CONFIG_KB_LAYOUT_MASK GENMASK(5, 4)
+#define FW_CONFIG_KB_LAYOUT_OFFSET 4
+#define FW_CONFIG_KB_LAYOUT_MASK GENMASK(5, 4)
enum fw_config_kblight_type get_cbi_fw_config_kblight(void);
enum fw_config_kblayout_type get_cbi_fw_config_kblayout(void);