Change PRODUCT_ID to custom value

This commit is contained in:
Oleg Kostyuk 2014-04-16 04:03:08 +03:00
parent 139ab7a418
commit b08d4e7f69
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ case "$1" in
;;
workman)
variant='wcp,'
lsusb | grep -q feed:1112 || variant='wce,'
lsusb | grep -qi FEED:1307 && variant='wce,'
[ -e ~/.force_ergodox ] && variant='wce,'
[ -e ~/.force_plain ] && variant='wcp,'
setxkbmap $opts -layout workman,ru -variant "$variant"