Skip to content

Instantly share code, notes, and snippets.

@richarddewit
Last active March 26, 2020 19:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save richarddewit/a2b272fdd2e51205a142dbac89db39f5 to your computer and use it in GitHub Desktop.
Flash (Mass)Drop keyboards firmware bin file
@ECHO OFF
ECHO Flashing file %~1
ECHO.
mdloader_windows.exe --first --download "%~1" --restart
PAUSE
@richarddewit
Copy link
Author

richarddewit commented Mar 26, 2020

Script for flashing (Mass)Drop's keyboards. Put it in the same folder as the mdloader_windows.exe and applet-flash-something.bin files. Compile & Download firmware from the configurator, and drag the file onto this script in the Explorer to start flashing. Poke the button on the back of the keyboard, wait a moment, and done!

@richarddewit
Copy link
Author

Screenshots

Drag

image

Wait for reset

image

Flashing

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment