QMK firmware
The BRK60 keyboard support QMK firmware and is programmed with a default keymap. To change the behavior and keymap of your keyboard you will need to setup the QMK environment first.
Once this is done the source files to modify your BRK60 keyboard is located in the keyboards/handwired/brk60
directory.
To compile the firmware run the following command in the QMK command line:
qmk compile -j8 -kb handwired/brk60/rev1 -km default
After the firmware is compiled it can be flashed onto the keyboard. This is done running the following command:
qmk flash -kb handwired/brk60/rev1 -km default
The keyboard needs to enter the bootloader mode before it can accept the new firmware.
- Disconnect the USB-C cable connected to the keyboard
- Press and hold the ESC-key
- Connect the USB-C cable to the keyboard
- Wait for the flashing process to indicate that flashing has started
- Release the ESC-key
- Wait for the flashing process to finish
Once the flashing process is done, disconnect and then connect the USB-C cable again to allow the keyboard to reboot without entering the bootloader.
Default keymap
Base layerOther questions
Feel free to contact us if you have any questions regarding your keyboard.