]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add keyboard: mt40 (#2001)
authorThomas Dehaeze <dehaeze.thomas@gmail.com>
Mon, 13 Nov 2017 23:44:53 +0000 (00:44 +0100)
committerJack Humbert <jack.humb@gmail.com>
Mon, 13 Nov 2017 23:44:53 +0000 (18:44 -0500)
commitc2c3aa4f081fb7137c2cf0146d303915d8536b0b
tree06c49790d5d75a3d373803cb2831fba7bd0153c0
parent392121b10e72cd2befe194cc14cd535e9515f05e
Add keyboard: mt40 (#2001)

* add keyboard: chinese planck clone

* rename chinese_planck to mt40

* add image for the mt40 board
12 files changed:
keyboards/mt40/config.h [new file with mode: 0644]
keyboards/mt40/i2c.c [new file with mode: 0644]
keyboards/mt40/i2c.h [new file with mode: 0644]
keyboards/mt40/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/mt40/keymaps/default/readme.md [new file with mode: 0644]
keyboards/mt40/matrix.c [new file with mode: 0644]
keyboards/mt40/mt40.c [new file with mode: 0644]
keyboards/mt40/mt40.h [new file with mode: 0644]
keyboards/mt40/program [new file with mode: 0755]
keyboards/mt40/readme.md [new file with mode: 0644]
keyboards/mt40/rules.mk [new file with mode: 0644]
keyboards/mt40/usbconfig.h [new file with mode: 0644]