aboutsummarylogtreecommitdiffstats
path: root/30-keyboard.conf
diff options
context:
space:
mode:
Diffstat (limited to '30-keyboard.conf')
-rw-r--r--30-keyboard.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/30-keyboard.conf b/30-keyboard.conf
new file mode 100644
index 000000000000..2f99f348b862
--- /dev/null
+++ b/30-keyboard.conf
@@ -0,0 +1,9 @@
+Section "InputClass"
+ Identifier "Happily Hacked Keyboard"
+ MatchDevicePath "/dev/input/event*"
+ MatchIsKeyboard "on"
+ Driver "evdev"
+
+ Option "XkbLayout" "us"
+ Option "XkbVariant" "hhk"
+EndSection