summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ William Piggott <elseifthen@gmx.com>2020-03-08 21:52:07 -0400
committerJ William Piggott <elseifthen@gmx.com>2020-03-22 14:11:05 -0400
commit325db79a44b0536c5089314029aae0ad6c340c6e (patch)
tree9fff3c79b21da215fbb5be551c9e6016693d7628
parent835044ad75c5935958f93214b9e2d942afd07686 (diff)
downloadxkeyboard-config-325db79a44b0536c5089314029aae0ad6c340c6e.tar.gz
rules: add pc104alt & pc86 rule
pc104alt was added in 6f5f166 pc86 was added in 9bbda6b However, neither commit added a rule so that they could be used. Signed-off-by: J William Piggott <elseifthen@gmx.com>
-rw-r--r--geometry/pc2
-rw-r--r--rules/base.lists.part2
-rw-r--r--rules/base.xml14
3 files changed, 16 insertions, 2 deletions
diff --git a/geometry/pc b/geometry/pc
index c4869a7..d1197e4 100644
--- a/geometry/pc
+++ b/geometry/pc
@@ -889,7 +889,7 @@ xkb_geometry "abnt2" {
// Created by Alexander Pohoyda <alexander.pohoyda@gmx.net>
xkb_geometry "pc86" {
- description = "Noname keyboard with 86 keys, DE";
+ description = "Generic 86";
width = 287;
height = 143;
baseColor = "grey20";
diff --git a/rules/base.lists.part b/rules/base.lists.part
index 6f7433d..fb3a6e9 100644
--- a/rules/base.lists.part
+++ b/rules/base.lists.part
@@ -6,7 +6,7 @@
// ori pk ru scc sy syr tel th tj tam ua uz
// PC models
-! $pcmodels = pc101 pc102 pc104 pc105
+! $pcmodels = pc86 pc101 pc102 pc104 pc104alt pc105
// Jolla devices and keyboards
! $jollamodels = jollasbj
diff --git a/rules/base.xml b/rules/base.xml
index f7b113f..297ea6c 100644
--- a/rules/base.xml
+++ b/rules/base.xml
@@ -4,6 +4,13 @@
<modelList>
<model>
<configItem>
+ <name>pc86</name>
+ <description>Generic 86-key PC</description>
+ <vendor>Generic</vendor>
+ </configItem>
+ </model>
+ <model>
+ <configItem>
<name>pc101</name>
<description>Generic 101-key PC</description>
<vendor>Generic</vendor>
@@ -25,6 +32,13 @@
</model>
<model>
<configItem>
+ <name>pc104alt</name>
+ <description>Generic 104 with L-shaped Enter and small Backspace with Backslash left to it</description>
+ <vendor>Generic</vendor>
+ </configItem>
+ </model>
+ <model>
+ <configItem>
<name>pc105</name>
<description>Generic 105-key PC (intl.)</description>
<vendor>Generic</vendor>