various fixes and improvements
[distro-setup] / input-setup
index b3ad60b9f2e4b8b1771f9f54a2d84de9aa5df09b..a473c86a2ca06f8dd7339dd5907e3e8035aeaef4 100755 (executable)
@@ -15,7 +15,7 @@ set -x
 # limitations under the License.
 
 # set to oppsite if the order is flipped.
-k2flip=false
+k2flip=true
 if $k2flip; then
     k2inorder=false
 else
@@ -23,8 +23,8 @@ else
 fi
 
 case $HOSTNAME in
-    x2|tp) type=laptop ;;
-    treetowl*|iank-dev|frodo) type=kinesis ;;
+    some_x200_laptop) type=laptop ;;
+    hosts_with_keyboards_attached) type=kinesis ;;
 esac