]> git.donarmstrong.com Git - qmk_firmware.git/commit
Added MiniDox keyboard folder / configs / and some keymaps
authorThat-Canadian <poole.chris.11@gmail.com>
Mon, 10 Jul 2017 04:46:19 +0000 (00:46 -0400)
committerThat-Canadian <poole.chris.11@gmail.com>
Mon, 10 Jul 2017 04:46:19 +0000 (00:46 -0400)
commit9312b9db6c94f0ed5e17d4cc9904bd0b72de5298
tree4022f27eafc7a94b30b31bca4074b775176b57ac
parent707f4efd99f4dfd7213540f7ee86f0fe8e6ad634
Added MiniDox keyboard folder / configs / and some keymaps
21 files changed:
keyboards/minidox/Makefile [new file with mode: 0644]
keyboards/minidox/config.h [new file with mode: 0644]
keyboards/minidox/i2c.c [new file with mode: 0644]
keyboards/minidox/i2c.h [new file with mode: 0644]
keyboards/minidox/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/minidox/keymaps/that_canadian/keymap.c [new file with mode: 0644]
keyboards/minidox/matrix.c [new file with mode: 0644]
keyboards/minidox/minidox.c [new file with mode: 0644]
keyboards/minidox/minidox.h [new file with mode: 0644]
keyboards/minidox/pro_micro.h [new file with mode: 0644]
keyboards/minidox/readme.md [new file with mode: 0644]
keyboards/minidox/rev1/Makefile [new file with mode: 0644]
keyboards/minidox/rev1/config.h [new file with mode: 0644]
keyboards/minidox/rev1/rev1.c [new file with mode: 0644]
keyboards/minidox/rev1/rev1.h [new file with mode: 0644]
keyboards/minidox/rev1/rules.mk [new file with mode: 0644]
keyboards/minidox/rules.mk [new file with mode: 0644]
keyboards/minidox/serial.c [new file with mode: 0644]
keyboards/minidox/serial.h [new file with mode: 0644]
keyboards/minidox/split_util.c [new file with mode: 0644]
keyboards/minidox/split_util.h [new file with mode: 0644]