lots of fixes and improvements
[distro-setup] / input-setup
index 9cff413c2d4da99c2a1e3450b6af97746dffaa1c..798748a282cc7e5be2e2a7924900572e2f1ec2f1 100755 (executable)
@@ -15,16 +15,16 @@ set -x
 # limitations under the License.
 
 # set to oppsite if the order is flipped.
-k2flip=falsesf-
+k2flip=false
 if $k2flip; then
-k2inorder=false
+    k2inorder=false
 else
     k2inorder=true
-    fi
+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