]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] New Keyboard: EVE Meteor (#6565)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 24 Aug 2019 16:44:04 +0000 (09:44 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 24 Aug 2019 16:44:04 +0000 (09:44 -0700)
commitcaab1d0303141c11e565c3dd18e97790d5cb7dab
treef445cb29ba71082332f92694863f8ed89b70d376
parente243afe23e34e84e5e8bf5edb086bd27065c0055
[Keyboard] New Keyboard: EVE Meteor (#6565)

* initial commit

* Add the correct pins and ordering

* create an appropriate keymap macro for the board

* add an appropriate LAYOUT macro

* add a keymap that fits the LAYOUT layout macro

* add QMK Configurator support

* add missing pin D7 and LAYOUT_all

* fix my mistake when I added an extra key to the electrical matrix instead of the physical one

* add qmk configurator support for LAYOUT_all

* Update keyboards/eve/meteor/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/eve/meteor/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* use the default names so BMC still works

* remove mcu rules as per resolution of 6253
keyboards/eve/meteor/config.h [new file with mode: 0644]
keyboards/eve/meteor/info.json [new file with mode: 0644]
keyboards/eve/meteor/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/eve/meteor/meteor.c [new file with mode: 0644]
keyboards/eve/meteor/meteor.h [new file with mode: 0644]
keyboards/eve/meteor/readme.md [new file with mode: 0644]
keyboards/eve/meteor/rules.mk [new file with mode: 0644]
keyboards/eve/meteor/usbconfig.h [new file with mode: 0644]