abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
authorRam Kromberg2023-01-20 04:58:40 +0200
committerJules Aguillon2023-01-31 20:07:30 +0100
commit51ce2ccdf1937ccab56a3095b0bf29756b9a67ec (patch)
tree12f5ea563558f8c02d7ba39d03e0e0ddf1176ce6 /srcs/juloo.keyboard2/Config.java
parenteb0df72ba1ef264cbb8230cc3de4fdc14eb5c6e1 (diff)
downloadunexpected-keyboard-51ce2ccdf1937ccab56a3095b0bf29756b9a67ec.tar.gz
unexpected-keyboard-51ce2ccdf1937ccab56a3095b0bf29756b9a67ec.zip
Add layouts 'he_il_1452_1' and 'he_il_1452_2'
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
-rw-r--r--srcs/juloo.keyboard2/Config.java2
1 files changed, 2 insertions, 0 deletions
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);
}