~ruther/qmk_firmware

ref: b5423b2e8365f2c63a0f902741fac9d9a940bc5d qmk_firmware/layouts/community/ergodox/yoruian/rules.mk -rw-r--r-- 425 bytes
b5423b2e — Duncan Sutherland Add `60_iso_tsangan_split_bs_rshift` Community Layout (#21812) 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
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)
Do not follow this link