summaryrefslogtreecommitdiff
path: root/board/nipperkin/board_fw_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/nipperkin/board_fw_config.h')
-rw-r--r--board/nipperkin/board_fw_config.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/board/nipperkin/board_fw_config.h b/board/nipperkin/board_fw_config.h
index 77306ccb6f..f4673f732e 100644
--- a/board/nipperkin/board_fw_config.h
+++ b/board/nipperkin/board_fw_config.h
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -13,10 +13,10 @@
/*
* Keyboard Backlight (1 bit)
*/
-#define FW_CONFIG_KBLIGHT_OFFSET 0
-#define FW_CONFIG_KBLIGHT_WIDTH 1
-#define FW_CONFIG_KBLIGHT_NO 0
-#define FW_CONFIG_KBLIGHT_YES 1
+#define FW_CONFIG_KBLIGHT_OFFSET 0
+#define FW_CONFIG_KBLIGHT_WIDTH 1
+#define FW_CONFIG_KBLIGHT_NO 0
+#define FW_CONFIG_KBLIGHT_YES 1
/*
* Bit 1 ~ 6 not related to EC function
@@ -25,10 +25,10 @@
/*
* Keyboard (1 bit)
*/
-#define FW_CONFIG_KEYBOARD_OFFSET 7
-#define FW_CONFIG_KEYBOARD_WIDTH 1
-#define FW_CONFIG_KEYBOARD_PRIVACY_YES 0
-#define FW_CONFIG_KEYBOARD_PRIVACY_NO 1
+#define FW_CONFIG_KEYBOARD_OFFSET 7
+#define FW_CONFIG_KEYBOARD_WIDTH 1
+#define FW_CONFIG_KEYBOARD_PRIVACY_YES 0
+#define FW_CONFIG_KEYBOARD_PRIVACY_NO 1
bool board_has_privacy_panel(void);