abouttreesummaryrefslogcommitdiff
path: root/check_layout.py
diff options
context:
space:
mode:
Diffstat (limited to 'check_layout.py')
-rw-r--r--check_layout.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/check_layout.py b/check_layout.py
index dee9b9b..47a17b6 100644
--- a/check_layout.py
+++ b/check_layout.py
@@ -6,7 +6,8 @@ warning_count = 0
KNOWN_NOT_LAYOUT = set([
"number_row", "numpad", "pin",
"bottom_row", "settings", "method",
- "greekmath", "numeric", "emoji_bottom_row" ])
+ "greekmath", "numeric", "emoji_bottom_row",
+ "clipboard_bottom_row" ])
def warn(msg):
global warning_count