qmk-dactyl-manuform-a/keyboards/mechwild/mercutio
Kyle McCreery 05a4583ce8
[Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520)
* Initial commit on new clean branch. Testing out functionality of oled and encoder for default features.

* Cleaned up the initial push and removed the fancy keymap until the extra features and functionality can be tested and made more user friendly.

* Cleaned up the readme some more, compiled and tested both default and via keymaps, and did another round of checks to prepare for starting the PR.

* Cleaning up the keymap to meet expected formatting in a couple places and also adding in the TAP_CODE_DELAY after newly encoutnered encoder issues and inconsistencies.

* Initial commit of branch specifically for implementing the more complicated fancy keymap as I expect the main PR to be approved first.

* testing bongo cat out

* Progress with intended OLED behavior. Needs to be cleaned up still.

* Cleaned up bongocat and added WPM display on it.

* Almost there. Need to rethink the layer checking in encoder.

* Fixing all the merge issues I didn't check before doing the last commit. Learn from my mistakes, check your commits.

* Fixed and updated fancy firmware and bongocat firmware.

* Updating license year since I will be doing a PR anyway.

* Update keyboards/mechwild/mercutio/keymaps/fancy/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
2021-01-23 09:32:10 -08:00
..
keymaps [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 2021-01-23 09:32:10 -08:00
lib [Keyboard] New Keyboard - Mercutio (#11214) 2021-01-01 15:16:00 -08:00
config.h [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 2021-01-23 09:32:10 -08:00
info.json [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 2021-01-23 09:32:10 -08:00
mercutio.c [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 2021-01-23 09:32:10 -08:00
mercutio.h [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 2021-01-23 09:32:10 -08:00
readme.md [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 2021-01-23 09:32:10 -08:00
rules.mk [Keymap] Adding Fancy and Bongocat Keymap to Mercutio Keyboard (#11520) 2021-01-23 09:32:10 -08:00

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.