]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - QUICK_START.md
new hex file
[qmk_firmware.git] / QUICK_START.md
index 60daba5749ad7ec16e3520482a9094418488f0dc..6be377db3c5f83be5747b394fb9fe0e03778621a 100644 (file)
@@ -21,3 +21,5 @@ See [doc/keymap.md](tmk_core/doc/keymap.md).
 ## Flashing the firmware
 
 The "easy" way to flash the firmware is using a tool from your host OS like the Teensy programming app. [ErgoDox EZ](keyboard/ergodox_ez/README.md) gives a great example.
+
+If you want to program via the command line you can uncomment the ['modifyvm'] lines in the Vagrantfile to enable the USB passthrough into Linux and then program using the command line tools like dfu-util/dfu-programmer or you can install the Teensy CLI version.