Setting Up Your QMK Environment
https://docs.qmk.fm/#/getting_started_build_tools
QMK Configurator
https://config.qmk.fm/#/tokyo60/LAYOUT_60_hhkb
QMK Toolbox
https://github.com/qmk/qmk_toolbox
- Download and install QMK Toolbox for your operating system.
- Use the QMK Configurator to define keycodes in your keymap.
- Read the docs to learn about keycodes.
- Your keymap should define L_SHIFT, R_SHIFT and PAUSE
- There is no FN key for function, try MO(1) instead.
- Give your keymap a name to make it easier to find.
- Click Compile, wait and then Download Firmware.
- Start QMK Toolbox
- Click Open and select your downloaded firmware.
- Select atmega32u4 in the microcontroller pulldown menu.
- Put your Tokyo60 into boot loader mode using L_SHIFT+R_SHIFT+PAUSE.
- The default keymap defines PAUSE as FN+p.
- You should see “DFU device connected” in QMK Toolbox.
- Click the Flash button in QMK Toolbox.
- Wait for a “device disconnected” message.
- Test out your new keymap!