Support for BRK60

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.

  1. Disconnect the USB-C cable connected to the keyboard
  2. Press and hold the ESC-key
  3. Connect the USB-C cable to the keyboard
  4. Wait for the flashing process to indicate that flashing has started
  5. Release the ESC-key
  6. 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 layer

Other questions

Feel free to contact us if you have any questions regarding your keyboard.