]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] E6V2 Bootmapper Client QMK port (#5495)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 28 Mar 2019 05:12:17 +0000 (22:12 -0700)
committerDrashna Jaelre <drashna@live.com>
Thu, 28 Mar 2019 05:12:17 +0000 (22:12 -0700)
commit04684a94efb280f0716ad7429856fd326af65fa0
tree08c4cae397643b00250a49dd84f406b0d49e80eb
parent67ca9e0c85d3f6e95e25ade0899206ed95fe3598
[Keyboard] E6V2 Bootmapper Client QMK port (#5495)

* 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
keyboards/exclusive/e6v2/bmc/bmc.c [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/bmc.h [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/config.h [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/info.json [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/keymaps/default/config.h [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/keymaps/default/readme.md [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/readme.md [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/rules.mk [new file with mode: 0644]
keyboards/exclusive/e6v2/bmc/usbconfig.h [new file with mode: 0644]