]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - Vagrantfile
Command line programming not default, enable by reading quickstart and comments in...
[qmk_firmware.git] / Vagrantfile
index 4544386d0bde117f0f1346f9b07adb02b138d037..1abe8ff3b1dd43236ff4398818d1c37aa4e2bfa4 100644 (file)
@@ -30,13 +30,15 @@ Vagrant.configure(2) do |config|
   config.vm.provider "virtualbox" do |vb|\r
     # Hide the VirtualBox GUI when booting the machine\r
     vb.gui = false\r
-    vb.customize ['modifyvm', :id, '--usb', 'on']\r
-    vb.customize ['usbfilter', 'add', '0',\r
-                 '--target', :id,\r
-                 '--name', 'teensy',\r
-                 '--vendorid', '0x16c0',\r
-                 '--productid','0x0478'\r
-                ] \r
+    # Uncomment the below lines if you want to program\r
+    # your Teensy via the VM rather than your host OS\r
+    #vb.customize ['modifyvm', :id, '--usb', 'on']\r
+    #vb.customize ['usbfilter', 'add', '0',\r
+    #            '--target', :id,\r
+    #            '--name', 'teensy',\r
+    #            '--vendorid', '0x16c0',\r
+    #            '--productid','0x0478'\r
+    #           ] \r
     # Customize the amount of memory on the VM:\r
     vb.memory = "512"\r
   end\r