Skip to content

Instantly share code, notes, and snippets.

@rhiroyuki
Last active September 17, 2018 03:05
Show Gist options
  • Save rhiroyuki/0c56c3f4466a6326fa11de11ea793526 to your computer and use it in GitHub Desktop.
Save rhiroyuki/0c56c3f4466a6326fa11de11ea793526 to your computer and use it in GitHub Desktop.
How to flash GH60/OK60 hex file into keyboard

Import/create your file in this URL. Then generate the .hex file. https://config.qmk.fm/

Flash your keyboard by pressing the buttom on the back.

To check if it is indeed in flash mode, check it by running $ lsusb it should show the name of the microcontroller in one of the items (in my case ATMEGA32U4)

$ sudo dfu-programmer erase atmega32u4
$ sudo dfu-programmer flash yourfile.hex

It should reset it by itself, if not then unplug and plug your keyboard.

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