mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 11:43:35 -03:00
4f7a7873c8
Format code according to conventions
Mechanical Keyboards Point65
Description
A 65% keyboard by Mechanical Keyboards available as either multi layout hotswap, or hotswap with RGB per key backlight.
- Keyboard Maintainer: C44Supra
- Hardware Supported: MK Point65 hotswap, MK Point65 hotswap RGB
- Hardware Availability: MK Point65 Keyboard Kit
Firmware building
Hotswap with 6.25U layout:
make mechanicalkeyboards/point65/hotswap:default
Hotswap with 7U layout:
make mechanicalkeyboards/point65/hotswap:default_7u
Hotswap RGB:
make mechanicalkeyboards/point65/hotswap_rgb:default
Bootloader and Flashing:
The keyboard can be flashed with new firmware by entering the bootloader in one of the following ways:
- Bootmagic reset: unplug the keyboard, press and hold the top left key, plug the keyboard back in, and then release the top left key
- Physical reset button: Remove the space bar and double press the reset button twice in short succession
Once the keyboard enters bootloader mode, it will present itself as a removable device called RPI-RP2. Copy / drag the new firmware file to the RPI-RP2 drive to flash the new firmware onto the keyboard.
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
