abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorQuantenzitrone2022-09-24 16:17:10 +0200
committerGitHub2022-09-24 16:17:10 +0200
commit65210fb14f9b6d9c31bfffe67ea87e2596147e3a (patch)
tree9e1e09e433707313e9819778ee2ca79f2c858b90 /srcs
parentd8882c87aed572fcff5c04c1cd7081ea11ccc0db (diff)
downloadunexpected-keyboard-65210fb14f9b6d9c31bfffe67ea87e2596147e3a.tar.gz
unexpected-keyboard-65210fb14f9b6d9c31bfffe67ea87e2596147e3a.zip
Bone keyboard layout (#155)
Diffstat (limited to 'srcs')
-rw-r--r--srcs/juloo.keyboard2/Config.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index 3a8d15f..7f31092 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -248,6 +248,7 @@ final class Config
case "azerty": return R.xml.azerty;
case "bangla": return R.xml.bangla;
case "bgph1": return R.xml.local_bgph1;
+ case "bone": return R.xml.bone;
case "colemak": return R.xml.colemak;
case "dvorak": return R.xml.dvorak;
case "neo2": return R.xml.neo2;