diff options
Diffstat (limited to 'xorg-server/include/xkb-config.h')
-rw-r--r-- | xorg-server/include/xkb-config.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/xorg-server/include/xkb-config.h b/xorg-server/include/xkb-config.h index 91c7957bf..9f7dac59e 100644 --- a/xorg-server/include/xkb-config.h +++ b/xorg-server/include/xkb-config.h @@ -7,7 +7,19 @@ #define _XKB_CONFIG_H_ /* Default set of XKB rules. */ -#define __XKBDEFRULES__ "xorg" +#define XKB_DFLT_RULES "xorg" + +/* Default XKB model. */ +#define XKB_DFLT_MODEL "pc104" + +/* Default XKB layout. */ +#define XKB_DFLT_LAYOUT "us" + +/* Default XKB variant. */ +#define XKB_DFLT_VARIANT "" + +/* Default XKB options. */ +#define XKB_DFLT_OPTIONS "" /* Path to XKB definitions. */ #define XKB_BASE_DIRECTORY "xkbdata" |