]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adds Minidox Keyboard (#1487)
authorThat-Canadian <Poole.Chris.11@gmail.com>
Tue, 11 Jul 2017 00:15:08 +0000 (20:15 -0400)
committerJack Humbert <jack.humb@gmail.com>
Tue, 11 Jul 2017 00:15:08 +0000 (20:15 -0400)
commit55fcac4639e0020fe65f7289a58bc1416cf49de7
tree54afef33c5e80f1e567cb9919d7ac7aa9f99d0b8
parent65c10790d4f7b89bef849ed3896db4ea30b13a40
Adds Minidox Keyboard (#1487)

* merge

* line ending stuff

* Added MiniDox keyboard folder / configs / and some keymaps

* Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB

* cleaned up that_canadian keymap comments

* Fixed RGB being enabled by default, now it must be turned on at the keymap level
23 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/Makefile [new file with mode: 0644]
keyboards/minidox/keymaps/that_canadian/config.h [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]