aboutsummarylogtreecommitdiffstats
path: root/30-keyboard.conf
blob: 2f99f348b8620dbf75080202ef3e1297db827891 (plain)
1
2
3
4
5
6
7
8
9
Section "InputClass"
	Identifier "Happily Hacked Keyboard"
	MatchDevicePath "/dev/input/event*"
	MatchIsKeyboard "on"
	Driver "evdev"

	Option "XkbLayout" "us"
	Option "XkbVariant" "hhk"
EndSection