summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-04-26 11:04:32 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-04-26 11:04:32 +0200
commit5cf7005340dd24bd8aa3408979f2fc0f5ebbc9cc (patch)
tree95be389b0dd755afa2e8befc69a8b6971beeb0c8 /.gitlab-ci
parentf2945fb6b5cce28b7eb323dc499a9996b43485dd (diff)
downloadxkeyboard-config-5cf7005340dd24bd8aa3408979f2fc0f5ebbc9cc.tar.gz
CI: add the Pinephone keyboard to the inet template, so tests will pass
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/inet.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab-ci/inet.in b/.gitlab-ci/inet.in
index 98e0604..cb7e1ce 100644
--- a/.gitlab-ci/inet.in
+++ b/.gitlab-ci/inet.in
@@ -1877,3 +1877,21 @@ xkb_symbols "teck229" {
include "inet(teck227)"
};
+
+// Pinephone
+
+// Pinephone Keyboard
+partial alphanumeric_keys
+xkb_symbols "ppkb" {
+
+ key <AE01> {[ 1, exclam, bar ]};
+ key <AE02> {[ 2, at, backslash ]};
+ key <AE03> {[ 3, numbersign, sterling ]};
+ key <AE04> {[ 4, dollar, EuroSign ]};
+ key <AE05> {[ 5, percent, asciitilde ]};
+ key <AE06> {[ 6, asciicircum, grave ]};
+ key <AE07> {[ 7, ampersand, minus ]};
+ key <AE08> {[ 8, asterisk, equal ]};
+ key <AE09> {[ 9, parenleft, underscore ]};
+ key <AE10> {[ 0, parenright, plus ]};
+};