Skip to content

Instantly share code, notes, and snippets.

@JasonTam
Created March 1, 2024 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonTam/ab802eea8deaeff48765ca45d919db62 to your computer and use it in GitHub Desktop.
Save JasonTam/ab802eea8deaeff48765ca45d919db62 to your computer and use it in GitHub Desktop.
writing firmware to drop alt keyboard (new firmwares persists on smarteeprom)

References:

Download the mdloader cli tool here https://github.com/Massdrop/mdloader Configure your firmware. drop has a handy online tool to configure and download here https://drop.com/mechanical-keyboards/configurator/preset/alt--default

put keyboard into reset mode by holding down fn+b for 3s (all LEDs should turn off)

mdloader --list  # Should list the device if it's in the correct mode
mdloader --first --download FILE_NAME --restart

where FILE_NAME is the name of the firmware bin file downloaded

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