You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
425 B

install-xorg-configuration:
install -m 0664 90-$(KEYBOARD)-$(LAYOUT_ergodox).conf \
/etc/X11/xorg.conf.d/90-$(KEYBOARD)-$(LAYOUT_ergodox).conf
install -m 0644 $(KEYBOARD)_$(LAYOUT_ergodox) \
/usr/share/X11/xkb/symbols/$(KEYBOARD)_$(LAYOUT_ergodox)
uninstall-xorg-configuration:
-rm -f /etc/X11/xorg.conf.d/90-$(KEYBOARD)-$(LAYOUT_ergodox).conf
-rm -f /usr/share/X11/xkb/symbols/$(KEYBOARD)_$(LAYOUT_ergodox)