]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Initial support for TKC M0LLY (#5087)
authorTerryMathews <terry@terrymathews.net>
Sun, 10 Feb 2019 20:44:39 +0000 (15:44 -0500)
committerDrashna Jaelre <drashna@live.com>
Sun, 10 Feb 2019 20:44:39 +0000 (12:44 -0800)
commit6ba39689d3ed14a69f161cf08c48004eb4e0daea
tree292128b96d278cdd2c15bc89547a6a4357d64c05
parent6848002601d9b84ed53639aadd035cc640de9aad
[Keyboard] Initial support for TKC M0LLY (#5087)

* Initial support for TKC M0LLY

* Remove depreciated Magic Keys define

* Update keyboards/m0lly/README.md

Co-Authored-By: TerryMathews <terry@terrymathews.net>
* Update keyboards/m0lly/README.md

Co-Authored-By: TerryMathews <terry@terrymathews.net>
* Update keyboards/m0lly/info.json

Co-Authored-By: TerryMathews <terry@terrymathews.net>
* Update keyboards/m0lly/info.json

Co-Authored-By: TerryMathews <terry@terrymathews.net>
* Update keyboards/m0lly/m0lly.h

Co-Authored-By: TerryMathews <terry@terrymathews.net>
* Suggested review changes
keyboards/m0lly/README.md [new file with mode: 0644]
keyboards/m0lly/config.h [new file with mode: 0644]
keyboards/m0lly/i2c.c [new file with mode: 0644]
keyboards/m0lly/i2c.h [new file with mode: 0644]
keyboards/m0lly/info.json [new file with mode: 0644]
keyboards/m0lly/keymaps/default/config.h [new file with mode: 0644]
keyboards/m0lly/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/m0lly/m0lly.c [new file with mode: 0644]
keyboards/m0lly/m0lly.h [new file with mode: 0644]
keyboards/m0lly/rules.mk [new file with mode: 0644]