You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Joel Challis e26e12402b
Manual user keymap removal (#23104)
2 months ago
..
keymaps Manual user keymap removal (#23104) 2 months ago
lib [Keyboard] New Keyboard - Mercutio (#11214) 3 years ago
config.h Move `TAP_CODE_DELAY` to data driven (#21363) 10 months ago
info.json Move `TAP_CODE_DELAY` to data driven (#21363) 10 months ago
matrix_diagram.md MechWild Mercutio Layout Addition (#20738) 11 months ago
mercutio.c Move single `LAYOUT_all`s to data driven (#20430) 1 year ago
readme.md [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 3 years ago
rules.mk OLED: driver naming cleanups (#21710) 8 months ago

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.