QMK Bot 4f7a7873c8 [CI] Format code according to conventions (#26000) 6 月之前
..
keymaps 21ca1eb7ae refactor(mercutio): layouts & reformatting (#25408) 1 年之前
lib 1d2a9a1cdb [Keyboard] New Keyboard - Mercutio (#11214) 5 年之前
config.h 199f01cc57 Migrate `LOCKING_*_ENABLE` to Data-Driven: M, Part 1 (#23772) 2 年之前
keyboard.json 21ca1eb7ae refactor(mercutio): layouts & reformatting (#25408) 1 年之前
matrix_diagram.md 0a8f023488 MechWild Mercutio Layout Addition (#20738) 3 年之前
mercutio.c 172a40686b Move single `LAYOUT_all`s to data driven (#20430) 3 年之前
readme.md 4f7a7873c8 [CI] Format code according to conventions (#26000) 6 月之前

readme.md

Mercutio

Mercutio

A through-hole 40% keyboard kit featuring an encoder and oled display.

Make example for this keyboard (after setting up your build environment):

make mechwild/mercutio:default

Bootloader

Uses usbasploader, which has been preflashed on the atmega328p before being shipped to you. The usbasploader build available on hsgw's repository will work if you need to flash a new and unprepared replacement microcontroller. To flash this onto your fresh atmega328p, you will need to use the provided ISP headers and an external ISP programmer.

In order to put the board into bootloader mode you must first hold the boot button (labeled BOOT) and while holding the boot button, press the reset button (labeled RESET) and release it. Wait for another second, then release the boot button as well. The microcontroller will now be in bootloader mode if the bootloader is present and prepared correctly. Continue to flash as you normally would from this point (ie. QMK Toolbox). If you have autoflash enabled on QMK Toolbox, it will do it automatically now. Reset the board once more in order to use the new firmware (you can do this by unplugging and replugging it or by pressing and releasing the reset button.)

By default, Mercutio firmware has bootmagic enabled (lite). This means that instead of holding or pressing either of the small buttons, you are able to unplug the Mercutio, hold the top left button (tab), plug the Mercutio back in, and then release the top left button (tab). This will work the same to put the Mercutio into bootloader mode. For more information, see the bootmagic feature page. Reset the board once more in order to use the new firmware (you can do this by unplugging and replugging it or by pressing and releasing the reset button.)

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.