From 51ce2ccdf1937ccab56a3095b0bf29756b9a67ec Mon Sep 17 00:00:00 2001 From: Ram Kromberg Date: Fri, 20 Jan 2023 04:58:40 +0200 Subject: Add layouts 'he_il_1452_1' and 'he_il_1452_2' --- srcs/juloo.keyboard2/Config.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srcs/juloo.keyboard2/Config.java') diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index bd0db23..87ce92d 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -362,6 +362,8 @@ final class Config case "qwertz_hu": id = R.xml.qwertz_hu; break; case "qwertz_sk": id = R.xml.qwertz_sk; break; case "ru_jcuken": id = R.xml.local_ru_jcuken; break; + case "he_il_1452_1": id = R.xml.he_il_1452_1; break; + case "he_il_1452_2": id = R.xml.he_il_1452_2; break; } return KeyboardData.load(res, id); } -- cgit v1.2.3