summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e6v2/bmc/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] E6V2 BMC OE (#5908)MechMerlin2019-05-191-44/+0
| | | | | | | | | | * rename bmc due to confusion as the bmc from r2 is different * update readme * Update keyboards/exclusive/e6v2/readme.md Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* disable bootmagic as it does not work for bmc boardsmechmerlin2019-04-061-1/+1
|
* fix pyusb install instructionsmechmerlin2019-04-061-2/+2
|
* [Keyboard] E6V2 Bootmapper Client QMK port (#5495)MechMerlin2019-03-271-0/+44
* initial commit of e6v2 bmc files * update readme with bmc template and reset key location * fix up the switch matrix * add usbconfig.h file * add i2c files * cleanup config.h * cleanup rules.mk and remove non atmega32a architecture code * add an appropriate keymap for testing * update readme with warning not to flash this hex file onto atmega32u4 e6v2 * get rgb lights working * add QMK Configurator support for 60_ansi layout * add hhkb support layout * add additional layouts such as tsangan and all and included QMK Configurator support for them * add bootmagic lite, and have it be set to Esc or the key located at k50 * update readme * fixup spacing for LAYOUT_all electrical matrix * add some pragma once magic * use i2c_master instead of custom i2c.c * remove the custom i2c.c * restore a more valid default keymap * add eep_rst to keymap