]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for 7x4 ortholinear split KB Ergo42
authorBiacco42 <biacco42@gmail.com>
Sun, 19 Nov 2017 09:02:39 +0000 (18:02 +0900)
committerJack Humbert <jack.humb@gmail.com>
Thu, 7 Dec 2017 16:10:39 +0000 (11:10 -0500)
commit5bbad3147c460cd235802a7762771b029b8f8f34
treed43789e0c0564adece40958dbb6a868b347c6cf4
parent2bac7cf414f59774e979cc5eb45fdbf108b6ed6c
Add support for 7x4 ortholinear split KB Ergo42
22 files changed:
keyboards/ergo42/config.h [new file with mode: 0644]
keyboards/ergo42/ergo42.c [new file with mode: 0644]
keyboards/ergo42/ergo42.h [new file with mode: 0644]
keyboards/ergo42/i2c.c [new file with mode: 0644]
keyboards/ergo42/i2c.h [new file with mode: 0644]
keyboards/ergo42/keymaps/default-macOS/config.h [new file with mode: 0644]
keyboards/ergo42/keymaps/default-macOS/keymap.c [new file with mode: 0644]
keyboards/ergo42/keymaps/default-macOS/rules.mk [new file with mode: 0644]
keyboards/ergo42/keymaps/default/config.h [new file with mode: 0644]
keyboards/ergo42/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ergo42/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/ergo42/matrix.c [new file with mode: 0644]
keyboards/ergo42/readme.md [new file with mode: 0644]
keyboards/ergo42/rev1/config.h [new file with mode: 0644]
keyboards/ergo42/rev1/rev1.c [new file with mode: 0644]
keyboards/ergo42/rev1/rev1.h [new file with mode: 0644]
keyboards/ergo42/rev1/rules.mk [new file with mode: 0644]
keyboards/ergo42/rules.mk [new file with mode: 0644]
keyboards/ergo42/serial.c [new file with mode: 0644]
keyboards/ergo42/serial.h [new file with mode: 0644]
keyboards/ergo42/split_util.c [new file with mode: 0644]
keyboards/ergo42/split_util.h [new file with mode: 0644]