various improvements and fixes, some flidas related
[distro-setup] / input-setup
index 9cff413c2d4da99c2a1e3450b6af97746dffaa1c..a473c86a2ca06f8dd7339dd5907e3e8035aeaef4 100755 (executable)
@@ -15,16 +15,16 @@ set -x
 # limitations under the License.
 
 # set to oppsite if the order is flipped.
-k2flip=falsesf-
+k2flip=true
 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