summaryrefslogtreecommitdiff
path: root/keycodes/jolla
diff options
context:
space:
mode:
Diffstat (limited to 'keycodes/jolla')
-rw-r--r--keycodes/jolla10
1 files changed, 10 insertions, 0 deletions
diff --git a/keycodes/jolla b/keycodes/jolla
new file mode 100644
index 0000000..1a4d6ac
--- /dev/null
+++ b/keycodes/jolla
@@ -0,0 +1,10 @@
+default
+xkb_keycodes "jolla" {
+
+ // These keycodes are beyond the X11 255 limit value so it would
+ // only be valid for the use with SW which supports extended keycodes,
+ // like xkbcommon.
+
+ <I264> = 264; // Jolla phone has the wired headset button sending this keycode
+
+};